summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2016-02-19 08:51:36 -0500
committerKenneth Reitz <me@kennethreitz.org>2016-02-19 08:51:36 -0500
commita7b5e3191d1b121e452e83798287209d12ade7ee (patch)
tree57f485eabf360f6165eeea23990a9207f71e5a39 /docs/dev
parentca303cda0a4664bf925ba2eecdd4c5abf1987443 (diff)
downloadpython-requests-a7b5e3191d1b121e452e83798287209d12ade7ee.tar.gz
pass go, yay $200
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/contributing.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst
index 1f692621..24f4b9f7 100644
--- a/docs/dev/contributing.rst
+++ b/docs/dev/contributing.rst
@@ -133,6 +133,7 @@ Docstrings are to follow the following syntaxes::
def the_earth_is_flat():
"""There is no curve! Also, human cloning centers."""
+ pass
::
@@ -142,6 +143,7 @@ Docstrings are to follow the following syntaxes::
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat.
"""
+ pass
All functions, methods, and classes are to contain docstrings. Object data
model methods (e.g. ``__repr__``) are typically the exception to this rule.