Skip to content

Commit

Permalink
IndentationBear.py: Fix docstring typo
Browse files Browse the repository at this point in the history
This fixes the typo and changes it from
ofSourceRanges --> of SourceRanges.

Closes coala#2718
  • Loading branch information
chay2199 committed Oct 23, 2018
1 parent 8c2ac2e commit c5b3ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bears/general/IndentationBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def get_absolute_indent_of_range(self,
:param file: A tuple of strings.
:param filename: Name of file.
:param encaps_pos: A tuple ofSourceRanges of code regions
:param encaps_pos: A tuple of SourceRanges of code regions
trapped in between a matching pair of
encapsulators.
:param annotation_dict: A dictionary containing sourceranges of all the
Expand Down

0 comments on commit c5b3ddb

Please sign in to comment.