Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Fixes #246
  • Loading branch information
lucaswiman authored Aug 2, 2024
1 parent 67dfaac commit 0d3f5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Another example would be to implement a parser for ``.ini``-files. Consider the
equal = ws? "=" ws?
lpar = "["
rpar = "]"
ws = ~"\s*"
ws = ~r"\s*"
emptyline = ws+
"""
)
Expand Down

0 comments on commit 0d3f5f9

Please sign in to comment.