Skip to content

Commit 4cdebde

Browse files
committed
Another wording tweak
1 parent 09b0237 commit 4cdebde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/optparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
the ability to disable the interleaving feature completely)
2222
* the application requires additional control over the incremental parsing
2323
of command line elements (while ``argparse`` does support this, the
24-
exact way it will work in practice is sometimes unpredictable)
24+
exact way it works in practice is undesirable for some use cases)
2525
* the application requires additional control over the handling of options
2626
which accept parameter values that may start with ``-`` (such as delegated
2727
options to be passed to invoked subprocesses).

0 commit comments

Comments
 (0)