aboutsummaryrefslogtreecommitdiffstats
path: root/docs/glossary.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-04 13:07:20 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-04 13:07:20 -0600
commit76c6990e87ba39ed07dd3ff90083077de9a36f3d (patch)
treed6b6aad8e147d4010a820f7bbbc7d47121947d1e /docs/glossary.rst
parenta433bb369ad9c0d104bd8d590c2192054fc6a042 (diff)
downloadcryptography-76c6990e87ba39ed07dd3ff90083077de9a36f3d.tar.gz
cryptography-76c6990e87ba39ed07dd3ff90083077de9a36f3d.tar.bz2
cryptography-76c6990e87ba39ed07dd3ff90083077de9a36f3d.zip
fix some formatting in the docs
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 4d5faef1..585ea0af 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -62,5 +62,5 @@ Glossary
considered a basic, necessary property for a working encryption system.
text
- This type corresponds to `unicode` on Python 2 and `str` on Python 3.
- This is equivalent to `six.text_type`.
+ This type corresponds to ``unicode`` on Python 2 and ``str`` on Python
+ 3. This is equivalent to `six.text_type`.