commit | 76c6990e87ba39ed07dd3ff90083077de9a36f3d | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Wed Feb 04 13:07:20 2015 -0600 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Wed Feb 04 13:07:20 2015 -0600 |
tree | d6b6aad8e147d4010a820f7bbbc7d47121947d1e | |
parent | a433bb369ad9c0d104bd8d590c2192054fc6a042 [diff] |
fix some formatting in the docs
diff --git a/docs/glossary.rst b/docs/glossary.rst index 4d5faef..585ea0a 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst
@@ -62,5 +62,5 @@ 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`.