Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 committed Jan 31, 2020
1 parent 9fdb39d commit c4e0b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZPublisher/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class IPubFailure(IPubEnd):
'''A failed request processing.
Note: If a subscriber to 'IPubSuccess' raises an exception,
then 'IPubFailure' may be notified in addtion to 'IPubSuccess'.
then 'IPubFailure' may be notified in addition to 'IPubSuccess'.
'''
exc_info = Attribute(
'''The exception info as returned by 'sys.exc_info()'.''')
Expand Down

0 comments on commit c4e0b9f

Please sign in to comment.