From 02397306b2ed76b3bc42b2b28e8672e839bdeaf5 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 21 Jan 2020 03:47:56 -0500 Subject: Drop superfluous zero in version related changes in the documentation --- discord/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'discord/utils.py') diff --git a/discord/utils.py b/discord/utils.py index 53eccf82..49ca2e5c 100644 --- a/discord/utils.py +++ b/discord/utils.py @@ -342,13 +342,13 @@ async def sleep_until(when): """Sleep until a specified time. If the time supplied is in the past this function will yield instantly. - + Parameters ----------- when: :class:`datetime.datetime` The timestamp in which to sleep until. - .. versionadded:: 1.3.0 + .. versionadded:: 1.3 """ if when.tzinfo is None: when = when.replace(tzinfo=datetime.timezone.utc) -- cgit v1.2.3