aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-14 09:17:26 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-14 09:19:58 -0600
commitd21596e1704103d6345cd7979d1f97a2d8ca8bea (patch)
treed6480bc92ff48c716ac7975563d67b509d903e2a /docs
parent8b21a4a34a82ca0e73ca67bd3f148b25d6c7bdc6 (diff)
downloadcryptography-d21596e1704103d6345cd7979d1f97a2d8ca8bea.tar.gz
cryptography-d21596e1704103d6345cd7979d1f97a2d8ca8bea.tar.bz2
cryptography-d21596e1704103d6345cd7979d1f97a2d8ca8bea.zip
update docs
Diffstat (limited to 'docs')
-rw-r--r--docs/x509.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index 099d3f87..6067ca55 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -188,7 +188,7 @@ X.509 Certificate Object
.. versionadded:: 0.8
An X509 Name is an ordered list of attributes. The object is iterable to
- get every attribute or you can use the helper properties to
+ get every attribute or you can use :meth:`Name.get_attributes_for_oid` to
obtain the specific type you want. Names are sometimes represented as a
slash or comma delimited string (e.g. ``/CN=mydomain.com/O=My Org/C=US`` or
``CN=mydomain.com, O=My Org, C=US``).