Skip to content

Commit 2f28bdc

Browse files
committed
Add some documentation suggestions
1 parent d196726 commit 2f28bdc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Doc/library/argparse.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ ArgumentParser objects
137137
.. versionchanged:: 3.15
138138
*suggest_on_error* default changed to ``True``.
139139

140+
.. versionchanged:: next
141+
:class:`~argparse.ArgumentParser` objects are now :mod:`pickleable <pickle>`.
142+
140143
The following sections describe how each of these are used.
141144

142145

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Make sure that :class:`argparse.ArgumentParser` is pickleable.
1+
Make :class:`argparse.ArgumentParser` is :mod:`pickleable <pickle>`.

0 commit comments

Comments
 (0)