From 9993699223651ba6a227133a82b656bf415bf84d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 11 Feb 2014 14:10:37 -0800 Subject: Fixed the language decl for htis block --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') 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! -- cgit v1.2.3