Fix incorrect class reference in documentation

This commit is contained in:
JohnyTheCarrot
2020-06-04 23:38:57 -04:00
committed by GitHub
parent 1efb8a8204
commit 010ce0519a
+1 -1
View File
@@ -134,7 +134,7 @@ class BaseUser(_BaseUser):
@property
def public_flags(self):
""":class:`PublicFlags`: The publicly available flags the user has."""
""":class:`PublicUserFlags`: The publicly available flags the user has."""
return PublicUserFlags._from_value(self._public_flags)
@property