From e53daaba35f433c7840ee27616290f7f1f1bb408 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 23732c05e..b9d6eb8cc 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1311,7 +1311,7 @@ Utility Functions .. autofunction:: discord.utils.as_chunks -.. 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.