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 ++++ docs/x509.rst | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'docs') 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`. diff --git a/docs/x509.rst b/docs/x509.rst index 525b869b..19a62bed 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -193,7 +193,7 @@ X.509 Certificate Object .. attribute:: value - :type: :class:`str` + :type: :term:`text` The value of the attribute. -- cgit v1.2.3