From 3588793965873936a8150f15c5ca5baf299bf780 Mon Sep 17 00:00:00 2001 From: Steve C Date: Sun, 28 Aug 2022 02:07:18 -0400 Subject: [PATCH] Fix utils.time_snowflake link in migrating.rst --- docs/migrating.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrating.rst b/docs/migrating.rst index 203c5afed..9e0175af9 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -255,7 +255,7 @@ The following now accept aware :class:`~datetime.datetime` and assume that if th - :attr:`Embed` constructor - :attr:`Embed.timestamp` property setter - :func:`utils.sleep_until` function -- ``utils.time_snowflake`` function +- :func:`utils.time_snowflake` function Currently, there's only one place in this library that doesn't accept naive :class:`datetime.datetime` objects: