From ec442c01a553868715aaacb4e0792a87e1fac6bc Mon Sep 17 00:00:00 2001 From: Makman2 Date: Thu, 2 Apr 2015 22:41:57 +0200 Subject: [PATCH] StringProcessing: Fix documentation Fixes https://github.com/coala-analyzer/coala/issues/417. --- coalib/parsing/StringProcessing.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/coalib/parsing/StringProcessing.py b/coalib/parsing/StringProcessing.py index 096904af13..9e54eae0d2 100644 --- a/coalib/parsing/StringProcessing.py +++ b/coalib/parsing/StringProcessing.py @@ -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