]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] stdtypes.rst: remove a period (GH-105959) (#105968)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 Jun 2023 14:40:54 +0000 (07:40 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Jun 2023 14:40:54 +0000 (15:40 +0100)
stdtypes.rst: remove a period (GH-105959)
(cherry picked from commit c5a722be5f7979c73e2451e537a8fc58bf9af12e)

Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
Doc/library/stdtypes.rst

index 0caa725f75e642e7e38f4dd6d65d4cd76e446744..0ac727e0df38b3a087b998bd184508d1229344f7 100644 (file)
@@ -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)``