summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-06-21 14:40:54 (GMT)
committerGitHub <noreply@github.com>2023-06-21 14:40:54 (GMT)
commit025c9912eeecc8b2584bc5143150fc548db2254b (patch)
tree8e9af40534143e8d59532d02199115eeb177ab52
parent5729b418fe282bf7b2e890d3b757836e5a582905 (diff)
downloadcpython-025c9912eeecc8b2584bc5143150fc548db2254b.zip
cpython-025c9912eeecc8b2584bc5143150fc548db2254b.tar.gz
cpython-025c9912eeecc8b2584bc5143150fc548db2254b.tar.bz2
[3.12] stdtypes.rst: remove a period (GH-105959) (#105968)
stdtypes.rst: remove a period (GH-105959) (cherry picked from commit c5a722be5f7979c73e2451e537a8fc58bf9af12e) Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
-rw-r--r--Doc/library/stdtypes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 0caa725..0ac727e 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -52,7 +52,7 @@ objects considered false:
single: None (Built-in object)
single: False (Built-in object)
-* constants defined to be false: ``None`` and ``False``.
+* constants defined to be false: ``None`` and ``False``
* zero of any numeric type: ``0``, ``0.0``, ``0j``, ``Decimal(0)``,
``Fraction(0, 1)``