Skip to content

Commit

Permalink
Fix invalid escape sequence '\ ' warning (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Mar 31, 2023
1 parent e343043 commit f3b4071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glom/matching.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ def _glom_match(target, spec, scope):


class Switch(object):
"""The :class:`Switch` specifier type routes data processing based on
r"""The :class:`Switch` specifier type routes data processing based on
matching keys, much like the classic switch statement.
Here is a spec which differentiates between lowercase English
Expand Down

0 comments on commit f3b4071

Please sign in to comment.