aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
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!