From 9ed25e48afbd56f9f825ebbed9ef2c27c31c65e4 Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 7 Nov 2013 13:15:27 -0800 Subject: Module documentation. --- docs/hazmat/primitives/interfaces.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/hazmat') 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 -- cgit v1.2.3