Skip to content

Commit 9b34af2

Browse files
committed
Merge pull request #21 from wbolster/patch-1
Fix typo in docstring
2 parents c6e2f1f + 9a76f05 commit 9b34af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attr/validators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def provides(interface):
7474
"""
7575
A validator that raises a :exc:`TypeError` if the initializer is called
7676
with an object that does not provide the requested *interface* (checks are
77-
perfomed using ``interface.providedBy(value)`` (see `zope.interface
77+
performed using ``interface.providedBy(value)`` (see `zope.interface
7878
<http://docs.zope.org/zope.interface/>`_).
7979
8080
:param interface: The interface to check for.

0 commit comments

Comments
 (0)