aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-09-24 14:51:01 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-09-27 09:42:03 -0500
commit5cfd2111133f31cea6d296d8e93665c9f43265d2 (patch)
treeaea2012ebe7cb1449187f8908a541ef3ea1033eb /docs
parentc6323f16014748bcda0cc755af7dd2a0e8cc457e (diff)
downloadcryptography-5cfd2111133f31cea6d296d8e93665c9f43265d2.tar.gz
cryptography-5cfd2111133f31cea6d296d8e93665c9f43265d2.tar.bz2
cryptography-5cfd2111133f31cea6d296d8e93665c9f43265d2.zip
fix naming mistake in the docs (for DSA and the new EC docs)
Diffstat (limited to 'docs')
-rw-r--r--docs/hazmat/primitives/interfaces.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index 14be6982..2d594c8d 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -416,7 +416,7 @@ DSA
Extends :class:`DSAPublicKey`.
- .. method:: private_numbers()
+ .. method:: public_numbers()
Create a
:class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicNumbers`
@@ -541,7 +541,7 @@ Elliptic Curve
Extends :class:`EllipticCurvePublicKey`.
- .. method:: private_numbers()
+ .. method:: public_numbers()
Create a
:class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicNumbers`