Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
my2to3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
my2to3
Commits
e30d9a14
Commit
e30d9a14
authored
Jun 09, 2020
by
Bryton Lacquement
🚪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! fix_trace_division: typos
This is a fixup for commit
a73f5fea
.
parent
6626dff6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
my2to3/fixes/fix_trace_division.py
my2to3/fixes/fix_trace_division.py
+1
-1
No files found.
my2to3/fixes/fix_trace_division.py
View file @
e30d9a14
...
...
@@ -39,7 +39,7 @@ class FixTraceDivision(lib2to3.fixer_base.BaseFix):
def
transform
(
self
,
node
,
results
):
lineno
=
node
.
get_lineno
()
dividend
=
node
.
children
[
0
].
clone
()
if
node
.
prefix
==
divi
sor
.
prefix
:
if
node
.
prefix
==
divi
dend
.
prefix
:
dividend
.
prefix
=
''
comma
=
lib2to3
.
fixer_util
.
Comma
()
comma
.
prefix
=
prefix
=
node
.
children
[
1
].
prefix
...
...
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