aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2013-11-07 13:15:27 -0800
committerDavid Reid <dreid@dreid.org>2013-11-07 13:15:27 -0800
commit9ed25e48afbd56f9f825ebbed9ef2c27c31c65e4 (patch)
treea80a5bb4323be58f1c231047a103c0d9201222a7 /docs/hazmat
parentbd18bcd915444a54648eccded360b68c26a23b99 (diff)
downloadcryptography-9ed25e48afbd56f9f825ebbed9ef2c27c31c65e4.tar.gz
cryptography-9ed25e48afbd56f9f825ebbed9ef2c27c31c65e4.tar.bz2
cryptography-9ed25e48afbd56f9f825ebbed9ef2c27c31c65e4.zip
Module documentation.
Diffstat (limited to 'docs/hazmat')
-rw-r--r--docs/hazmat/primitives/interfaces.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index f37dbb5a..7068316e 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -9,7 +9,7 @@ properties and methods of most primitive constructs. Backends may also use
this information to influence their operation. Interfaces should also be used
to document argument and return types.
-.. _`Abstract Base Classes`: http://www.python.org/dev/peps/pep-3119/
+.. _`Abstract Base Classes`: http://docs.python.org/3.2/library/abc.html
Cipher Modes