mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #19795: Mark up None as literal text.
This commit is contained in:
commit
989db5c880
53 changed files with 112 additions and 110 deletions
|
@ -771,7 +771,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;
|
||||
:attr:`__annotations__` (optional) is a dictionary containing
|
||||
:term:`variable annotations <variable annotation>` collected during
|
||||
class body execution.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue