From 1689b38860c12e37d844c4a01512d5a27e386289 Mon Sep 17 00:00:00 2001 From: Zach OBrien Date: Sun, 12 Jun 2022 17:58:27 -0400 Subject: [PATCH] fix (docs): Fix wording in changelog --- changelog/9917.bugfix.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.