aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-04 14:47:34 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-04 14:47:34 -0600
commitd44f9a6cb848c4dd6cc0724df5e5f5e4607a857a (patch)
treeeee196bddbe1e8c2405c1068022ef57cd8cf6365 /docs/x509.rst
parent76c6990e87ba39ed07dd3ff90083077de9a36f3d (diff)
downloadcryptography-d44f9a6cb848c4dd6cc0724df5e5f5e4607a857a.tar.gz
cryptography-d44f9a6cb848c4dd6cc0724df5e5f5e4607a857a.tar.bz2
cryptography-d44f9a6cb848c4dd6cc0724df5e5f5e4607a857a.zip
rename ObjectIdentifier.value to dotted_string
Diffstat (limited to 'docs/x509.rst')
-rw-r--r--docs/x509.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index 9406bd88..aea084fe 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -206,7 +206,7 @@ X.509 Certificate Object
Object identifiers (frequently seen abbreviated as OID) identify the type
of a value (see: :class:`NameAttribute`).
- .. attribute:: value
+ .. attribute:: dotted_string
:type: :class:`str`