]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #27991: Remove incorrect sentence about store_true
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 11 Sep 2016 10:02:27 +0000 (13:02 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 11 Sep 2016 10:02:27 +0000 (13:02 +0300)
Patch by py.user.

Doc/howto/argparse.rst

index cfe98688757cd073498b9b83e9c299f82efc9300..3b79b92082a70a4d55af53f288dc8d79e4a74982 100644 (file)
@@ -503,8 +503,8 @@ to count the number of occurrences of a specific optional arguments:
 * Now here's a demonstration of what the "count" action gives. You've probably
   seen this sort of usage before.
 
-* And, just like the "store_true" action, if you don't specify the ``-v`` flag,
-  that flag is considered to have ``None`` value.
+* And if you don't specify the ``-v`` flag, that flag is considered to have
+  ``None`` value.
 
 * As should be expected, specifying the long form of the flag, we should get
   the same output.