summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2016-02-19 05:41:17 -0500
committerKenneth Reitz <me@kennethreitz.org>2016-02-19 05:41:17 -0500
commit14a83339a74929eae193fbbefd3668cfa8943780 (patch)
treeeffa4bda1ff28588a6ec53bd5550ac711bbfe49e /docs/dev
parentb70136cf52e8dfd5a950fecfe2aee820dc7926ef (diff)
downloadpython-requests-14a83339a74929eae193fbbefd3668cfa8943780.tar.gz
words (docs)
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst
index 82b4a45c..f17af82c 100644
--- a/docs/dev/contributing.rst
+++ b/docs/dev/contributing.rst
@@ -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!