Skip to content

Commit 7d177f3

Browse files
Rephrase and fix indentation
Co-authored-by: Savannah Ostrowski <savannah@python.org>
1 parent 0e0c6b8 commit 7d177f3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/library/argparse.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,10 +1624,10 @@ argument::
16241624
See also :ref:`the argparse howto on ambiguous arguments <specifying-ambiguous-arguments>`
16251625
for more details.
16261626

1627-
.. versionchanged:: 3.14
1628-
Negative numbers in scientific notation (``-2.5e-6``), with underscores
1629-
(``-1_234.5``) and complex numbers (``-1.2e-3j``) are recognized as
1630-
negative numbers.
1627+
.. versionchanged:: 3.14
1628+
Negative-number matching was expanded to include numbers in scientific
1629+
notation (``-2.5e-6``), numbers containing underscores (``-1_234.5``),
1630+
and complex numbers (``-1.2e-3j``).
16311631

16321632
.. _prefix-matching:
16331633

0 commit comments

Comments
 (0)