From 2dcb3f215d234461a5711b235bc747145c4dccf5 Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Sat, 12 Jul 2014 00:06:11 +0100 Subject: [PATCH] Minor typo in installation.rst Fix "PyCyrypto" to "PyCrypto". --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 709eb9c3..131dcbbf 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -18,7 +18,7 @@ to install the dependencies for encrypting journals as well. .. note:: - Installing the encryption library, `pycrypto`, requires a `gcc` compiler. For this reason, jrnl will not install `pycrypto` unless explicitly told so like this. You can `install PyCyrypto manually `_ first or install it with ``pip install pycrypto`` if you have a `gcc` compiler. + Installing the encryption library, `pycrypto`, requires a `gcc` compiler. For this reason, jrnl will not install `pycrypto` unless explicitly told so like this. You can `install PyCrypto manually `_ first or install it with ``pip install pycrypto`` if you have a `gcc` compiler. The first time you run ``jrnl`` you will be asked where your journal file should be created and whether you wish to encrypt it.