Fix incorrect class reference in documentation

This commit is contained in:
JohnyTheCarrot 2020-06-05 05:38:57 +02:00 committed by GitHub
parent 1efb8a8204
commit 010ce0519a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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