aboutsummaryrefslogtreecommitdiffstats
path: root/docs/glossary.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-06 11:01:07 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-06 11:01:07 -0600
commit834d22f59ba50e6c135c6e19e8eeebfb119b0952 (patch)
treeae962c6535e63af03003af7b45d67984260c9808 /docs/glossary.rst
parent858b9b7050105ac7bf7da49924608d8ea0e3ec2f (diff)
downloadcryptography-834d22f59ba50e6c135c6e19e8eeebfb119b0952.tar.gz
cryptography-834d22f59ba50e6c135c6e19e8eeebfb119b0952.tar.bz2
cryptography-834d22f59ba50e6c135c6e19e8eeebfb119b0952.zip
more doc fixes
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 585ea0af..dc6f3ebf 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -63,4 +63,4 @@ Glossary
text
This type corresponds to ``unicode`` on Python 2 and ``str`` on Python
- 3. This is equivalent to `six.text_type`.
+ 3. This is equivalent to ``six.text_type``.