words (docs)

This commit is contained in:
2016-02-19 05:41:17 -05:00
parent b70136cf52
commit 14a83339a7
+1 -1
View File
@@ -144,7 +144,7 @@ Docstrings are to follow the following syntaxes::
"""
All functions, methods, and classes are to contain docstrings. Object data
model methods (e.g. ``__repr__``) are usually an exception to this rule.
model methods (e.g. ``__repr__``) are typically the exception to this rule.
Thanks for helping to make the world a better place!