Skip to content

Commit

Permalink
StringProcessing: Fix documentation
Browse files Browse the repository at this point in the history
Fixes #417.
  • Loading branch information
Makman2 committed Apr 2, 2015
1 parent 41f5e4a commit ec442c0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions coalib/parsing/StringProcessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,10 @@ def unescaped_search_in_between(begin,
interfere with the escaping regex-sequence used internally to
match the enclosed string.
:param begin: The begin-sequence where to start matching.
Providing regexes (and not only fixed strings)
is allowed.
:param end: The end-sequence where to end matching.
Providing regexes (and not only fixed strings)
is allowed.
:param begin: A regex pattern that defines where to start
matching.
:param end: A regex 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
Expand Down

1 comment on commit ec442c0

@sils
Copy link
Member

@sils sils commented on ec442c0 Apr 2, 2015

Choose a reason for hiding this comment

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

ack - you're learning :)

Please sign in to comment.