Skip to content

Commit

Permalink
Update docstrings to match toolz 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Jan 24, 2024
1 parent 48a0b47 commit 1eeeb7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cytoolz/functoolz.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,7 @@ cdef class excepts:
-1
Multiple exceptions and default except clause.
>>> excepting = excepts((IndexError, KeyError), lambda a: a[0])
>>> excepting([])
>>> excepting([1])
Expand Down
2 changes: 1 addition & 1 deletion cytoolz/itertoolz.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ cpdef object join(object leftkey, object leftseq,
>>> cities = [('Alice', 'NYC'),
... ('Alice', 'Chicago'),
... ('Dan', 'Syndey'),
... ('Dan', 'Sydney'),
... ('Edith', 'Paris'),
... ('Edith', 'Berlin'),
... ('Zhao', 'Shanghai')]
Expand Down

0 comments on commit 1eeeb7f

Please sign in to comment.