From b70136cf52e8dfd5a950fecfe2aee820dc7926ef Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 19 Feb 2016 05:38:33 -0500 Subject: completely (docs) --- docs/dev/contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/dev') 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. -- cgit v1.2.1