]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
stdtypes.rst: remove a period (#105959)
authorMathieu Dupuy <deronnax@gmail.com>
Wed, 21 Jun 2023 14:21:37 +0000 (16:21 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Jun 2023 14:21:37 +0000 (15:21 +0100)
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)``