We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46066d commit 36fc04bCopy full SHA for 36fc04b
pyparsing/util.py
@@ -208,7 +208,7 @@ def __call__(self, char: str) -> int:
208
def _collapse_string_to_ranges(
209
s: Union[str, Iterable[str]], re_escape: bool = True
210
) -> str:
211
- """
+ r"""
212
Take a string or list of single-character strings, and return
213
a string of the consecutive characters in that string collapsed
214
into groups, as might be used in a regular expression '[a-z]'
0 commit comments