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
b7af4e75
Commit
b7af4e75
authored
Sep 16, 2019
by
Adorilson Bezerra
Committed by
Julien Palard
Sep 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc: remove duplicate word in controlflow tutorial (GH-16163)
parent
56a45142
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/tutorial/controlflow.rst
Doc/tutorial/controlflow.rst
+1
-1
No files found.
Doc/tutorial/controlflow.rst
View file @
b7af4e75
...
...
@@ -695,7 +695,7 @@ As guidance:
* Use keyword-only when names have meaning and the function definition is
more understandable by being explicit with names or you want to prevent
users relying on the position of the argument being passed.
* For an API, use positional-only to prevent
prevent
breaking API changes
* For an API, use positional-only to prevent breaking API changes
if the parameter's name is modified in the future.
.. _tut-arbitraryargs:
...
...
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