mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
[3.12] stdtypes.rst: remove a period (GH-105959) (#105968)
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:
parent
5729b418fe
commit
025c9912ee
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ objects considered false:
|
||||||
single: None (Built-in object)
|
single: None (Built-in object)
|
||||||
single: False (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)``,
|
* zero of any numeric type: ``0``, ``0.0``, ``0j``, ``Decimal(0)``,
|
||||||
``Fraction(0, 1)``
|
``Fraction(0, 1)``
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue