Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
previous bugfixes of typos from master after bump to 1.1.0
  • Loading branch information
giuliohome committed Nov 5, 2024
commit 07a351e4106b3bba6bbc2c10e3685a255f9dd72d
2 changes: 1 addition & 1 deletion effect/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def catch(exc_type, callable):
lambda exc: "got an error!"))

If any exception other than a ``SpecificException`` is thrown, it will be
ignored by this handler and propogate further down the chain of callbacks.
ignored by this handler and propagate further down the chain of callbacks.
"""

def catcher(error):
Expand Down