Properly namespace MISSING in the documentation

This commit is contained in:
Rapptz 2022-04-28 10:56:31 -04:00
parent 204f941e96
commit e53daaba35

View File

@ -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.