From b22e9e8dd70e347b9256358bc790bb23a00203d6 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Thu, 28 Apr 2022 10:56:31 -0400 Subject: [PATCH] Properly namespace MISSING in the documentation --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index e76ea1f99..6653f68a2 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1413,7 +1413,7 @@ Utility Functions .. autofunction:: discord.utils.set_target -.. data:: MISSING +.. data:: discord.utils.MISSING A type safe sentinel used in the library to represent something as missing. Used to distinguish from ``None`` values.