Skip to content

Commit

Permalink
Correct spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr authored May 30, 2023
1 parent 49ee6c9 commit 030a519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydispatch/dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class EventExistsError(ExistsError):

class PropertyExistsError(ExistsError):
"""Raised when registering an event name that already exists
as a :class:`~.properies.Property`
as a :class:`~.properties.Property`
.. versionadded:: 0.2.2
"""
Expand Down

0 comments on commit 030a519

Please sign in to comment.