summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2016-02-19 05:38:33 -0500
committerKenneth Reitz <me@kennethreitz.org>2016-02-19 05:38:33 -0500
commitb70136cf52e8dfd5a950fecfe2aee820dc7926ef (patch)
treef79cc363b3cf358c1a39613519b213a7beab6f95 /docs/dev
parentf653b9ac58ad74441e118538619979edcf6749a5 (diff)
downloadpython-requests-b70136cf52e8dfd5a950fecfe2aee820dc7926ef.tar.gz
completely (docs)
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/contributing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst
index 0c17c3b3..82b4a45c 100644
--- a/docs/dev/contributing.rst
+++ b/docs/dev/contributing.rst
@@ -119,8 +119,8 @@ In addition to the standards outlined in PEP8, we have a few guidelines:
- Line-length can exceed 100 characters, when doing otherwise would be *terribly* inconvenient.
- Always use single-quoted strings (e.g. ``'#flatearth'``), unless a single-quote occurs within the string.
-Additionally, one of the few style recommendations PEP8 makes for
-`line continuations`_ lacks all sense of taste, and is not to be found within
+Additionally, one of the styles that PEP8 recommends for `line continuations`_
+completely lacks all sense of taste, and is not to be permitted within
the Requests codebase::
# Aligned with opening delimiter.