From c5a722be5f7979c73e2451e537a8fc58bf9af12e Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Wed, 21 Jun 2023 16:21:37 +0200 Subject: [PATCH] stdtypes.rst: remove a period (#105959) --- Doc/library/stdtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 0caa725f75e642..0ac727e0df38b3 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)``