Skip to content
Prev Previous commit
Next Next commit
Wrap long line.
  • Loading branch information
serhiy-storchaka committed Sep 28, 2024
commit 2353a98c41a1eac58a7e74a86201a4945c794b87
3 changes: 2 additions & 1 deletion Lib/argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@

- FileType -- A factory for defining types of files to be created. As the
example above shows, instances of FileType are typically passed as
the type= argument of add_argument() calls. Deprecated since Python 3.14
the type= argument of add_argument() calls. Deprecated since
Python 3.14.

- Action -- The base class for parser actions. Typically actions are
selected by passing strings like 'store_true' or 'append_const' to
Expand Down