Skip to content

Commit

Permalink
StringProcessing: Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Makman2 committed Apr 18, 2015
1 parent 55d5e14 commit a3323a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coalib/parsing/StringProcessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def search_in_between(begin,
:param end: A pattern that defines where to end matching.
:param string: The string where to search in.
:param max_matches Defines the maximum number of matches. If 0 or
less is provided, the number of splits is not
less is provided, the number of matches is not
limited.
:param remove_empty_matches: Defines whether empty entries should
be removed from the result.
Expand Down Expand Up @@ -275,7 +275,7 @@ def unescaped_search_in_between(begin,
matching.
:param string: The string where to search in.
:param max_matches Defines the maximum number of matches. If 0 or
less is provided, the number of splits is not
less is provided, the number of matches is not
limited.
:param remove_empty_matches: Defines whether empty entries should
be removed from the result.
Expand Down

1 comment on commit a3323a4

@sils
Copy link
Member

@sils sils commented on a3323a4 Apr 18, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commit message: thats not a typo

Please sign in to comment.