aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/ext/commands/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py
index 9816ce50..ddcdfa26 100644
--- a/discord/ext/commands/core.py
+++ b/discord/ext/commands/core.py
@@ -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.