summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2016-02-21 23:01:41 -0500
committerKenneth Reitz <me@kennethreitz.org>2016-02-21 23:01:41 -0500
commit7c5d703466332b7d4db98843ef36c5f79f7a7ff9 (patch)
tree72f32a3b1d3e358ba966f49acfe70f154c367e6a /docs/dev
parentf8798a253adc21c63cac0c4df936f72f0a3b42ae (diff)
downloadpython-requests-7c5d703466332b7d4db98843ef36c5f79f7a7ff9.tar.gz
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 bdb733a0..a641ecb1 100644
--- a/docs/dev/contributing.rst
+++ b/docs/dev/contributing.rst
@@ -113,7 +113,7 @@ Kenneth Reitz's Code Style™
The Requests codebase uses the `PEP 8`_ code style.
-In addition to the standards outlined in PEP8, we have a few guidelines:
+In addition to the standards outlined in PEP 8, we have a few guidelines:
- Line-length can exceed 79 characters, to 100, when convenient.
- Line-length can exceed 100 characters, when doing otherwise would be *terribly* inconvenient.