mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-22 00:13:01 +00:00
Documentation formatting
This commit is contained in:
@@ -148,7 +148,7 @@ class Permissions(BaseFlags):
|
||||
@classmethod
|
||||
def all(cls):
|
||||
"""A factory method that creates a :class:`Permissions` with all
|
||||
permissions set to True."""
|
||||
permissions set to ``True``."""
|
||||
return cls(0b01111111111111111111111111111111)
|
||||
|
||||
@classmethod
|
||||
|
Reference in New Issue
Block a user