diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 16:29:26 +0300 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 16:29:26 +0300 |
| commit | ecf41da83e5db98734b19f205899168cc56da943 (patch) | |
| tree | e22e4354b5cc1e47d3781176a203037554eb3474 /Doc/reference | |
| parent | 9f2e377beb4731c770f1383f2bae92fe1b8cc2e2 (diff) | |
| download | cpython-git-ecf41da83e5db98734b19f205899168cc56da943.tar.gz | |
Issue #19795: Mark up None as literal text.
Diffstat (limited to 'Doc/reference')
| -rw-r--r-- | Doc/reference/datamodel.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 6894c7ca28..b763f10eeb 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -767,7 +767,7 @@ Custom classes dictionary containing the class's namespace; :attr:`~class.__bases__` is a tuple (possibly empty or a singleton) containing the base classes, in the order of their occurrence in the base class list; :attr:`__doc__` is the - class's documentation string, or None if undefined. + class's documentation string, or ``None`` if undefined. Class instances .. index:: |
