Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53ba2d1

Browse files
committed
Issue #27991: Remove incorrect sentence about store_true
Patch by py.user.
1 parent 3a95f45 commit 53ba2d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/howto/argparse.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,8 @@ to count the number of occurrences of a specific optional arguments:
503503
* Now here's a demonstration of what the "count" action gives. You've probably
504504
seen this sort of usage before.
505505
506-
* And, just like the "store_true" action, if you don't specify the ``-v`` flag,
507-
that flag is considered to have ``None`` value.
506+
* And if you don't specify the ``-v`` flag, that flag is considered to have
507+
``None`` value.
508508
509509
* As should be expected, specifying the long form of the flag, we should get
510510
the same output.

0 commit comments

Comments
 (0)