Skip to content

Commit

Permalink
Fix docstring typos for 2 methods (microsoft#3395)
Browse files Browse the repository at this point in the history
  • Loading branch information
MandarJKulkarni authored and brettcannon committed Nov 19, 2018
1 parent fbd9c44 commit e1b0441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pythonFiles/refactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def __init__(self):

def _rename(self, filePath, start, newName, indent_size):
"""
Extracts a variale
Renames a variable
"""
project = rope.base.project.Project(
WORKSPACE_ROOT, ropefolder=ROPE_PROJECT_FOLDER, save_history=False, indent_size=indent_size)
Expand All @@ -213,7 +213,7 @@ def _rename(self, filePath, start, newName, indent_size):

def _extractVariable(self, filePath, start, end, newName, indent_size):
"""
Extracts a variale
Extracts a variable
"""
project = rope.base.project.Project(
WORKSPACE_ROOT, ropefolder=ROPE_PROJECT_FOLDER, save_history=False, indent_size=indent_size)
Expand Down

0 comments on commit e1b0441

Please sign in to comment.