Skip to content

Commit 1eeeb7f

Browse files
committed
Update docstrings to match toolz 0.12.1
1 parent 48a0b47 commit 1eeeb7f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: cytoolz/functoolz.pyx

+1
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,7 @@ cdef class excepts:
824824
-1
825825
826826
Multiple exceptions and default except clause.
827+
827828
>>> excepting = excepts((IndexError, KeyError), lambda a: a[0])
828829
>>> excepting([])
829830
>>> excepting([1])

Diff for: cytoolz/itertoolz.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ cpdef object join(object leftkey, object leftseq,
12681268
12691269
>>> cities = [('Alice', 'NYC'),
12701270
... ('Alice', 'Chicago'),
1271-
... ('Dan', 'Syndey'),
1271+
... ('Dan', 'Sydney'),
12721272
... ('Edith', 'Paris'),
12731273
... ('Edith', 'Berlin'),
12741274
... ('Zhao', 'Shanghai')]

0 commit comments

Comments
 (0)