Skip to content

Commit

Permalink
IndentationBear: Fix get->Get
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrianzatreanu committed Jun 28, 2016
1 parent 4c5d5a2 commit 6fdf801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bears/general/IndentationBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def get_dependencies():

def get_indent_of_specifier(file, current_line, encapsulators):
"""
get indentation of the indent specifer itself.
Get indentation of the indent specifer itself.
:param file: A tuple of strings.
:param current_line: Line number of indent specifier (initial 1)
Expand All @@ -345,7 +345,7 @@ def get_first_unindent(indent,
encapsulators,
comments):
"""
get the first case of a valid unindentation.
Get the first case of a valid unindentation.
:param indent: No. of spaces to check unindent against.
:param file: A tuple of strings.
Expand Down

0 comments on commit 6fdf801

Please sign in to comment.