diff --git a/changelog/9917.bugfix.rst b/changelog/9917.bugfix.rst new file mode 100644 index 000000000..4e538b56a --- /dev/null +++ b/changelog/9917.bugfix.rst @@ -0,0 +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`.