8000 [3.12] stdtypes.rst: remove a period (GH-105959) (#105968) · python/cpython@025c991 · GitHub
[go: up one dir, main page]

Skip to content

Commit 025c991

Browse files
[3.12] stdtypes.rst: remove a period (GH-105959) (#105968)
stdtypes.rst: remove a period (GH-105959) (cherry picked from commit c5a722b) Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
1 parent 5729b41 commit 025c991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ objects considered false:
5252
single: None (Built-in object)
5353
single: False (Built-in object)
5454

55-
* constants defined to be false: ``None`` and ``False``.
55+
* constants defined to be false: ``None`` and ``False``
5656

5757
* zero of any numeric type: ``0``, ``0.0``, ``0j``, ``Decimal(0)``,
5858
``Fraction(0, 1)``

0 commit comments

Comments
 (0)
0