[Python-checkins] [3.11] stdtypes.rst: remove a period (GH-105959) (#105969)

AlexWaygood webhook-mailer at python.org
Wed Jun 21 10:40:50 EDT 2023


https://github.com/python/cpython/commit/6d232ba2ecf20061e46af41a49c9e67d3ab3edb3
commit: 6d232ba2ecf20061e46af41a49c9e67d3ab3edb3
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: AlexWaygood <Alex.Waygood at Gmail.com>
date: 2023-06-21T15:40:46+01:00
summary:

[3.11] stdtypes.rst: remove a period (GH-105959) (#105969)

stdtypes.rst: remove a period (GH-105959)
(cherry picked from commit c5a722be5f7979c73e2451e537a8fc58bf9af12e)

Co-authored-by: Mathieu Dupuy <deronnax at gmail.com>

files:
M Doc/library/stdtypes.rst

diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index a5b319dd62c3..31eedd043255 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)``



More information about the Python-checkins mailing list