diff --git a/changelog/9917.bugfix.rst b/changelog/9917.bugfix.rst index 4e538b56a..80866a1bb 100644 --- a/changelog/9917.bugfix.rst +++ b/changelog/9917.bugfix.rst @@ -1,2 +1,2 @@ -String representation for `ApproxSequenceLike` was failing on tuples, fixed by -generalizing `_recursive_list_map` to all sequences. Renamed function to: `_recursive_sequence_map`. +String representation for `ApproxSequenceLike` was failing on tuples. The bug was fixed by +adding support for tuples to `_recursive_list_map`. Renamed that function to: `_recursive_sequence_map`.