Skip to content

Commit

Permalink
fix doc, add a blank line to show code snippet correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhoujx committed Apr 7, 2023
1 parent 9fef85a commit c4fc6b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolz/functoolz.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ class excepts(object):
-1
Multiple exceptions and default except clause.
>>> excepting = excepts((IndexError, KeyError), lambda a: a[0])
>>> excepting([])
>>> excepting([1])
Expand Down

0 comments on commit c4fc6b0

Please sign in to comment.