fix (docs): Fix wording in changelog
This commit is contained in:
parent
ab2a971575
commit
1689b38860
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue