DOC: Fix typo in docstring.

This commit is contained in:
Scott Sanderson
2015-09-09 10:49:40 -04:00
parent 5730de25a4
commit 4561c776a0
+1 -1
View File
@@ -64,7 +64,7 @@ def require_not_initialized(exception):
Usage
-----
@required_not_initialized(SomeException, "Don't do that!")
@require_not_initialized(SomeException, "Don't do that!")
def method(self):
# Do stuff that should only be allowed during initialize.
"""