aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTerry Chia <terrycwk1994@gmail.com>2014-07-08 17:41:51 +0800
committerTerry Chia <terrycwk1994@gmail.com>2014-07-08 17:41:51 +0800
commit61292a7541209626f4aabeca6169fff71e698fd0 (patch)
treee712d412053a69fe0890f4bd22aa467ca32a873c /docs
parent5a3e0754f94a280783e0d5b9c1082097566fa62f (diff)
downloadcryptography-61292a7541209626f4aabeca6169fff71e698fd0.tar.gz
cryptography-61292a7541209626f4aabeca6169fff71e698fd0.tar.bz2
cryptography-61292a7541209626f4aabeca6169fff71e698fd0.zip
Remove merge leftovers
Diffstat (limited to 'docs')
-rw-r--r--docs/hazmat/primitives/asymmetric/dsa.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/dsa.rst b/docs/hazmat/primitives/asymmetric/dsa.rst
index 6cb624dd..55f36b51 100644
--- a/docs/hazmat/primitives/asymmetric/dsa.rst
+++ b/docs/hazmat/primitives/asymmetric/dsa.rst
@@ -170,7 +170,6 @@ providers of the
:class:`~cryptography.hazmat.primitives.interfaces.DSAParameters`,
:class:`~cryptography.hazmat.primitives.interfaces.DSAPrivateKey`, and
:class:`~cryptography.hazmat.primitives.interfaces.DSAPublicKey` interfaces.
->>>>>>> deprecate concrete DSA classes and update DSA docs
.. class:: DSAParameters(modulus, subgroup_order, generator)