diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-27 20:47:34 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-27 20:47:34 +0000 |
| commit | d7b12a30237d51d761cab0b08c5da1163ea534ee (patch) | |
| tree | 7dafe6fb1fe4db006da7170c14fdb548b119cc32 /docs/conventions.rst | |
| parent | e4e3aa3449d3ae390402a9cead205626816a2938 (diff) | |
| download | pyramid-d7b12a30237d51d761cab0b08c5da1163ea534ee.tar.gz pyramid-d7b12a30237d51d761cab0b08c5da1163ea534ee.tar.bz2 pyramid-d7b12a30237d51d761cab0b08c5da1163ea534ee.zip | |
Renderings.
Diffstat (limited to 'docs/conventions.rst')
| -rw-r--r-- | docs/conventions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
