mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-21 00:07:51 +00:00
Fix warnings regarding invalid escape sequences.
This commit is contained in:
parent
c2a05688d7
commit
1b4cac92fc
@ -1424,7 +1424,7 @@ def check(predicate):
|
||||
return decorator
|
||||
|
||||
def check_any(*checks):
|
||||
"""A :func:`check` that is added that checks if any of the checks passed
|
||||
r"""A :func:`check` that is added that checks if any of the checks passed
|
||||
will pass, i.e. using logical OR.
|
||||
|
||||
If all checks fail then :exc:`.CheckAnyFailure` is raised to signal the failure.
|
||||
|
Loading…
x
Reference in New Issue
Block a user