diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-09-24 14:51:01 -0500 | 
|---|---|---|
| committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-09-27 09:42:03 -0500 | 
| commit | 5cfd2111133f31cea6d296d8e93665c9f43265d2 (patch) | |
| tree | aea2012ebe7cb1449187f8908a541ef3ea1033eb /docs/hazmat/primitives | |
| parent | c6323f16014748bcda0cc755af7dd2a0e8cc457e (diff) | |
| download | cryptography-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/hazmat/primitives')
| -rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 4 | 
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`  | 
