aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-02-11 14:10:37 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-02-11 14:10:37 -0800
commit9993699223651ba6a227133a82b656bf415bf84d (patch)
treec10d318a3334f48a1d66daac8a1370b613236dbe /README.rst
parent872cd9791f344147764e47625faaaefeeceab3dd (diff)
downloadcryptography-9993699223651ba6a227133a82b656bf415bf84d.tar.gz
cryptography-9993699223651ba6a227133a82b656bf415bf84d.tar.bz2
cryptography-9993699223651ba6a227133a82b656bf415bf84d.zip
Fixed the language decl for htis block
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index c85ae95f..708df21e 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,7 @@ standard library". It supports Python 2.6-2.7, Python 3.2+, and PyPy.
``cryptography`` includes both high level recipes, and low level algorithms.
For example, to encrypt something with ``cryptography``:
-.. code-block:: python
+.. code-block:: pycon
>>> from cryptography.fernet import Fernet
>>> # Put this somewhere safe!