From d7b12a30237d51d761cab0b08c5da1163ea534ee Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 27 Dec 2009 20:47:34 +0000 Subject: Renderings. --- docs/conventions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conventions.rst') diff --git a/docs/conventions.rst b/docs/conventions.rst index 082037782..4e8cc8bb3 100644 --- a/docs/conventions.rst +++ b/docs/conventions.rst @@ -27,7 +27,7 @@ We present Python method names using the following style: We present Python class names, module names, attributes and global variables using the following style: - :class:`Python.class.name` + :class:`Python.class_module_or_attribute.name` References to glossary terms are presented using the following style: -- cgit v1.2.3