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
4177e7c3
Commit
4177e7c3
authored
Feb 14, 2016
by
Martin Panter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #26316: Fix variable name typo in Argument Clinic
parent
77c96813
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
Misc/NEWS
Misc/NEWS
+6
-0
Tools/clinic/clinic.py
Tools/clinic/clinic.py
+1
-1
No files found.
Misc/NEWS
View file @
4177e7c3
...
...
@@ -256,6 +256,12 @@ Windows
-
Issue
#
26065
:
Excludes
venv
from
library
when
generating
embeddable
distro
.
Tools
/
Demos
-----------
-
Issue
#
26316
:
Fix
variable
name
typo
in
Argument
Clinic
.
What
's New in Python 3.5.1 final?
=================================
...
...
Tools/clinic/clinic.py
View file @
4177e7c3
...
...
@@ -199,7 +199,7 @@ def linear_format(s, **kwargs):
add
(
'
\
n
'
)
continue
name
,
curl
,
trailing
=
trailing
.
partition
(
'}'
)
name
,
curl
y
,
trailing
=
trailing
.
partition
(
'}'
)
if
not
curly
or
name
not
in
kwargs
:
add
(
line
)
add
(
'
\
n
'
)
...
...
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