We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6e2f1f + 9a76f05 commit 9b34af2Copy full SHA for 9b34af2
attr/validators.py
@@ -74,7 +74,7 @@ def provides(interface):
74
"""
75
A validator that raises a :exc:`TypeError` if the initializer is called
76
with an object that does not provide the requested *interface* (checks are
77
- perfomed using ``interface.providedBy(value)`` (see `zope.interface
+ performed using ``interface.providedBy(value)`` (see `zope.interface
78
<http://docs.zope.org/zope.interface/>`_).
79
80
:param interface: The interface to check for.
0 commit comments