summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Ebert <manuel@1450.me>2014-07-17 10:42:21 +0900
committerManuel Ebert <manuel@1450.me>2014-07-17 10:42:21 +0900
commitc814ba9bc267718341a951747266a5167daa7e83 (patch)
tree8a913cc7f1065e057bc8ca47d35e476bf8a00b15
parent5a2460a12daeb56ab29e78c9969b1ad348e18dca (diff)
parent2dcb3f215d234461a5711b235bc747145c4dccf5 (diff)
Merge pull request #239 from StevenMaude/patch-1
Minor typo in installation.rst
-rw-r--r--docs/installation.rst2
1 files changed, 1 insertions, 1 deletions
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 <https://www.dlitz.net/software/pycrypto/>`_ 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 <https://www.dlitz.net/software/pycrypto/>`_ 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.