diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-02 10:40:57 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-02 10:40:57 -0700 |
commit | f65cba2449232588dd8d7a0ced07c29bea1084ad (patch) | |
tree | 61f81261df87dc0869f49fa6a2cc284547b926ce | |
parent | d8fc25704465761aed65e15591ac9e0f4462a857 (diff) | |
download | cryptography-f65cba2449232588dd8d7a0ced07c29bea1084ad.tar.gz cryptography-f65cba2449232588dd8d7a0ced07c29bea1084ad.tar.bz2 cryptography-f65cba2449232588dd8d7a0ced07c29bea1084ad.zip |
typo
-rw-r--r-- | docs/installation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 3eaa2d02..032746f3 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -135,7 +135,7 @@ will result in an error. This can be resolved by setting the $ env DYLD_LIBRARY_PATH="$HOME/anaconda/lib" pip install cryptography You will need to set this variable every time you start Python. For more -information, consult `Greg Wilson's blog post` on the subject. +information, consult `Greg Wilson's blog post`_ on the subject. .. _`Homebrew`: http://brew.sh |