mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-06 05:14:38 +08:00
DOC: Fix typo in docstring.
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user