From a4d1599ce92e39d93ff6ccb08ef4511d8b2543be Mon Sep 17 00:00:00 2001 From: BeatButton Date: Sun, 9 Sep 2018 09:19:50 -0600 Subject: Change docstrings to raw-strings --- discord/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/utils.py') diff --git a/discord/utils.py b/discord/utils.py index b4a79d67..6bdfc36e 100644 --- a/discord/utils.py +++ b/discord/utils.py @@ -171,7 +171,7 @@ def find(predicate, seq): return None def get(iterable, **attrs): - """A helper that returns the first element in the iterable that meets + r"""A helper that returns the first element in the iterable that meets all the traits passed in ``attrs``. This is an alternative for :func:`discord.utils.find`. -- cgit v1.2.3