Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
9b75ad06
Commit
9b75ad06
authored
Sep 11, 2016
by
Berker Peksag
Browse files
Options
Browse Files
Download
Plain Diff
Issue #27991: Merge from 3.5
parents
3a96828b
5f49b29a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/howto/argparse.rst
Doc/howto/argparse.rst
+2
-2
No files found.
Doc/howto/argparse.rst
View file @
9b75ad06
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment