aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/dsa.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-02-13 08:20:35 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-02-13 08:20:35 -0500
commit723cc3f2ed921c01168ea8f35ca7e94f2cc0a44b (patch)
treef265ae766459b1f02cf4fd952db5f043402387c8 /docs/hazmat/primitives/asymmetric/dsa.rst
parent731f4296de1eceee149bf2003b780c2e33f8bde3 (diff)
parenta10be69304b3c0dc61689487075b6ddd31a2823b (diff)
downloadcryptography-723cc3f2ed921c01168ea8f35ca7e94f2cc0a44b.tar.gz
cryptography-723cc3f2ed921c01168ea8f35ca7e94f2cc0a44b.tar.bz2
cryptography-723cc3f2ed921c01168ea8f35ca7e94f2cc0a44b.zip
Merge pull request #1654 from reaperhulk/make-docs-nitpicky
make our docs job nitpicky and fix every broken link
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/dsa.rst')
-rw-r--r--docs/hazmat/primitives/asymmetric/dsa.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/dsa.rst b/docs/hazmat/primitives/asymmetric/dsa.rst
index ff934a6a..59c0d973 100644
--- a/docs/hazmat/primitives/asymmetric/dsa.rst
+++ b/docs/hazmat/primitives/asymmetric/dsa.rst
@@ -3,7 +3,7 @@
DSA
===
-.. currentmodule:: cryptography.hazmat.primitives.asymmetric.dsa
+.. module:: cryptography.hazmat.primitives.asymmetric.dsa
`DSA`_ is a `public-key`_ algorithm for signing messages.