diff options
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: |
