Skip to content

Commit e1b0441

Browse files
MandarJKulkarnibrettcannon
authored andcommitted
Fix docstring typos for 2 methods (microsoft#3395)
1 parent fbd9c44 commit e1b0441

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pythonFiles/refactor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def __init__(self):
196196

197197
def _rename(self, filePath, start, newName, indent_size):
198198
"""
199-
Extracts a variale
199+
Renames a variable
200200
"""
201201
project = rope.base.project.Project(
202202
WORKSPACE_ROOT, ropefolder=ROPE_PROJECT_FOLDER, save_history=False, indent_size=indent_size)
@@ -213,7 +213,7 @@ def _rename(self, filePath, start, newName, indent_size):
213213

214214
def _extractVariable(self, filePath, start, end, newName, indent_size):
215215
"""
216-
Extracts a variale
216+
Extracts a variable
217217
"""
218218
project = rope.base.project.Project(
219219
WORKSPACE_ROOT, ropefolder=ROPE_PROJECT_FOLDER, save_history=False, indent_size=indent_size)

0 commit comments

Comments
 (0)