summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <icordasc+github@coglib.com>2014-12-08 12:40:44 -0600
committerIan Cordasco <icordasc+github@coglib.com>2014-12-08 12:40:44 -0600
commit1d9bf43def50780f733e83b9e0d99c9673f0abbe (patch)
tree69d70b08d98f2e250b7599211652901ab5d478e5
parent4e90aa7bd0c8051fe4894971fb77c72a26a92728 (diff)
parentbf2e73522f09dd131c5c8f78efd3ef6d6bc1d4d7 (diff)
downloadpython-requests-1d9bf43def50780f733e83b9e0d99c9673f0abbe.tar.gz
Merge pull request #2373 from frewsxcv/patch-1
Enable GitHub syntax highlighting on README
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 521ab6f2..e9f63ef8 100644
--- a/README.rst
+++ b/README.rst
@@ -19,7 +19,7 @@ perform the simplest of tasks.
Things shouldn't be this way. Not in Python.
-.. code-block:: pycon
+.. code-block:: python
>>> r = requests.get('https://api.github.com', auth=('user', 'pass'))
>>> r.status_code