Skip to content

Commit 030a519

Browse files
authored
Correct spelling error
1 parent 49ee6c9 commit 030a519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydispatch/dispatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class EventExistsError(ExistsError):
5050

5151
class PropertyExistsError(ExistsError):
5252
"""Raised when registering an event name that already exists
53-
as a :class:`~.properies.Property`
53+
as a :class:`~.properties.Property`
5454
5555
.. versionadded:: 0.2.2
5656
"""

0 commit comments

Comments
 (0)