From d5852cb6605ae4270b4fe2f8b783e25e019b147d Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 30 Jan 2015 08:25:23 -0600 Subject: update docs --- docs/glossary.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index ef422a6e..4d5faef1 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -60,3 +60,7 @@ Glossary This is a property of encryption systems whereby two encrypted messages aren't distinguishable without knowing the encryption key. This is 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`. -- cgit v1.2.3 From 76c6990e87ba39ed07dd3ff90083077de9a36f3d Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 4 Feb 2015 13:07:20 -0600 Subject: fix some formatting in the docs --- docs/glossary.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/glossary.rst') 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`. -- cgit v1.2.3 From 834d22f59ba50e6c135c6e19e8eeebfb119b0952 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 6 Feb 2015 11:01:07 -0600 Subject: more doc fixes --- docs/glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/glossary.rst') 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``. -- cgit v1.2.3