diff --git a/pydispatch/dispatch.py b/pydispatch/dispatch.py index 4fa17fb..a3b6086 100644 --- a/pydispatch/dispatch.py +++ b/pydispatch/dispatch.py @@ -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 """