diff options
author | David Reid <dreid@dreid.org> | 2013-11-07 13:15:27 -0800 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2013-11-07 13:15:27 -0800 |
commit | 9ed25e48afbd56f9f825ebbed9ef2c27c31c65e4 (patch) | |
tree | a80a5bb4323be58f1c231047a103c0d9201222a7 | |
parent | bd18bcd915444a54648eccded360b68c26a23b99 (diff) | |
download | cryptography-9ed25e48afbd56f9f825ebbed9ef2c27c31c65e4.tar.gz cryptography-9ed25e48afbd56f9f825ebbed9ef2c27c31c65e4.tar.bz2 cryptography-9ed25e48afbd56f9f825ebbed9ef2c27c31c65e4.zip |
Module documentation.
-rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 2 |
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 |