Skip to content

Commit 85be7ad

Browse files
authored
Merge pull request #565 from wenhoujx/master
fix doc, add a blank line to show code snippet correctly
2 parents e78db44 + c4fc6b0 commit 85be7ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

toolz/functoolz.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,7 @@ class excepts(object):
757757
-1
758758
759759
Multiple exceptions and default except clause.
760+
760761
>>> excepting = excepts((IndexError, KeyError), lambda a: a[0])
761762
>>> excepting([])
762763
>>> excepting([1])

0 commit comments

Comments
 (0)