aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-21 19:47:05 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-21 19:47:05 -0500
commitfd1444cfa97bb897eaee6ceca35175357317623b (patch)
tree2d86d49444cb21ce6b985c2e41d27b8322f7a5c0 /docs/x509.rst
parentd258d378a388dde070ebe6bfb89400bcdce06e04 (diff)
downloadcryptography-fd1444cfa97bb897eaee6ceca35175357317623b.tar.gz
cryptography-fd1444cfa97bb897eaee6ceca35175357317623b.tar.bz2
cryptography-fd1444cfa97bb897eaee6ceca35175357317623b.zip
review feedback doc updates
Diffstat (limited to 'docs/x509.rst')
-rw-r--r--docs/x509.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index 18f6ff18..80242581 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -304,7 +304,7 @@ X.509 Extensions
.. attribute:: path_length
- :type: int, None
+ :type: int or None
The maximum path length for certificates subordinate to this
certificate. This attribute only has meaning if ``ca`` is true.
@@ -313,7 +313,7 @@ X.509 Extensions
If it is zero or greater then that number defines the maximum length.
For example, a ``path_length`` of 1 means the certificate can sign a
subordinate CA, but the subordinate CA is not allowed to create
- ``ca`` true certificates.
+ subordinates with ``ca`` set to true.
Object Identifiers