summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2014-12-08 13:04:27 -0500
committerCorey Farwell <coreyf@rwell.org>2014-12-08 13:04:27 -0500
commitbf2e73522f09dd131c5c8f78efd3ef6d6bc1d4d7 (patch)
tree69d70b08d98f2e250b7599211652901ab5d478e5
parent4e90aa7bd0c8051fe4894971fb77c72a26a92728 (diff)
downloadpython-requests-bf2e73522f09dd131c5c8f78efd3ef6d6bc1d4d7.tar.gz
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