From 18c4449cc07a42b24a3a6cdbae963b46e8d40b59 Mon Sep 17 00:00:00 2001 From: Zach OBrien Date: Fri, 6 May 2022 01:27:22 -0400 Subject: [PATCH] docs: Add issue 9917 bugfix explanation to changelog --- changelog/9917.bugfix.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelog/9917.bugfix.rst 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`.