Skip to content

Commit 0e0c6b8

Browse files
committed
Remove e.g. usage per the style guide
1 parent 175c53a commit 0e0c6b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/argparse.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,9 +1625,9 @@ See also :ref:`the argparse howto on ambiguous arguments <specifying-ambiguous-a
16251625
for more details.
16261626

16271627
.. 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.
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.
16311631

16321632
.. _prefix-matching:
16331633

0 commit comments

Comments
 (0)