Enable GitHub syntax highlighting on README
authorCorey Farwell <coreyf@rwell.org>
Mon, 8 Dec 2014 18:04:27 +0000 (13:04 -0500)
committerCorey Farwell <coreyf@rwell.org>
Mon, 8 Dec 2014 18:04:27 +0000 (13:04 -0500)
README.rst

index 521ab6f20905c51ad320ced1812f5ad5afe2b16b..e9f63ef83b18e07bf866ac5f26eaea45649eddb1 100644 (file)
@@ -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