Skip to content

Commit

Permalink
AnnotationBear.py: Fix typo in docstring
Browse files Browse the repository at this point in the history
Change the four occurences of contatining into containing, in
the docstring of function find_annotation_ranges.

Closes #1293
  • Loading branch information
CatalinFetoiu committed Jan 12, 2017
1 parent 75ae1c9 commit 1892b64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bears/general/AnnotationBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,16 @@ def find_annotation_ranges(self,
A dictionary containing the various ways to define single-line
strings in a language.
:param multiline_string_delimiters:
A dictionary contatining the various ways to define multi-line
A dictionary containing the various ways to define multi-line
strings in a language.
:param comment_delimiter:
A dictionary contatining the various ways to define single-line
A dictionary containing the various ways to define single-line
comments in a language.
:param multiline_comment_delimiters:
A dictionary contatining the various ways to define multi-line
A dictionary containing the various ways to define multi-line
comments in a language.
:return:
Two tuples first contatining a tuple of strings, the second a tuple
Two tuples first containing a tuple of strings, the second a tuple
of comments.
"""
text = ''.join(file)
Expand Down

0 comments on commit 1892b64

Please sign in to comment.