commit | 9993699223651ba6a227133a82b656bf415bf84d | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Tue Feb 11 14:10:37 2014 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Tue Feb 11 14:10:37 2014 -0800 |
tree | c10d318a3334f48a1d66daac8a1370b613236dbe | |
parent | 872cd9791f344147764e47625faaaefeeceab3dd [diff] |
Fixed the language decl for htis block
diff --git a/README.rst b/README.rst index c85ae95..708df21 100644 --- a/README.rst +++ b/README.rst
@@ -15,7 +15,7 @@ ``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!