summaryrefslogtreecommitdiffstats
path: root/Doc/library/gc.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-08 19:55:12 (GMT)
committerGitHub <noreply@github.com>2024-05-08 19:55:12 (GMT)
commit8f31af68d0767d4bc56022ab7cc30b1c7bd6a676 (patch)
tree7fbd4aa771dd06ab93b87ae08b8cee029a3e1e5c /Doc/library/gc.rst
parentc33bba6eb3dca67f8cc85a1a24521107feeeed25 (diff)
downloadcpython-8f31af68d0767d4bc56022ab7cc30b1c7bd6a676.zip
cpython-8f31af68d0767d4bc56022ab7cc30b1c7bd6a676.tar.gz
cpython-8f31af68d0767d4bc56022ab7cc30b1c7bd6a676.tar.bz2
[3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792)
(cherry picked from commit 05c2fe1acda9ea5a57061642c36e8b73bb4fbba4) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Doc/library/gc.rst')
-rw-r--r--Doc/library/gc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/gc.rst b/Doc/library/gc.rst
index 9e3f942..790dfdf 100644
--- a/Doc/library/gc.rst
+++ b/Doc/library/gc.rst
@@ -69,7 +69,7 @@ The :mod:`gc` module provides the following functions:
.. function:: get_objects(generation=None)
Returns a list of all objects tracked by the collector, excluding the list
- returned. If *generation* is not None, return only the objects tracked by
+ returned. If *generation* is not ``None``, return only the objects tracked by
the collector that are in that generation.
.. versionchanged:: 3.8