There was an error while loading. Please reload this page.
1 parent 175c53a commit 0e0c6b8Copy full SHA for 0e0c6b8
1 file changed
Doc/library/argparse.rst
@@ -1625,9 +1625,9 @@ See also :ref:`the argparse howto on ambiguous arguments <specifying-ambiguous-a
1625
for more details.
1626
1627
.. versionchanged:: 3.14
1628
- Negative numbers in scientific notation (e.g. ``-2.5e-6``), with
1629
- underscores (e.g. ``-1_234.5``) and complex numbers (e.g. ``-1.2e-3j``)
1630
- are recognized as negative numbers.
+ Negative numbers in scientific notation (``-2.5e-6``), with underscores
+ (``-1_234.5``) and complex numbers (``-1.2e-3j``) are recognized as
+ negative numbers.
1631
1632
.. _prefix-matching:
1633
0 commit comments