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

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

Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
This commit is contained in:
Miss Islington (bot) 2023-06-21 07:40:46 -07:00 committed by GitHub
parent 8bb16f6656
commit 6d232ba2ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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)``