Skip to content

Commit

Permalink
stdtypes.rst: remove a period (#105959)
Browse files Browse the repository at this point in the history
  • Loading branch information
deronnax committed Jun 21, 2023
1 parent fb1e691 commit c5a722b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/stdtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)``
Expand Down

0 comments on commit c5a722b

Please sign in to comment.