]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] stdtypes.rst: remove a period (GH-105959) (#105969)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 Jun 2023 14:40:46 +0000 (07:40 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Jun 2023 14:40:46 +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 a5b319dd62c34d004bb36d2a33d8132798948f12..31eedd0432555201df901dcc45bed62b4f4fbdfd 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)``