Add double backticks for some parameter mentions in the documentation.

This commit is contained in:
Skezza
2020-07-07 10:25:37 +01:00
committed by Rapptz
parent 1ca257bb68
commit 2552a268cb
3 changed files with 17 additions and 17 deletions

View File

@ -1961,7 +1961,7 @@ class Guild(Hashable):
Retrieve entries after this date or entry.
If a date is provided it must be a timezone-naive datetime representing UTC time.
oldest_first: :class:`bool`
If set to ``True``, return entries in oldest->newest order. Defaults to True if
If set to ``True``, return entries in oldest->newest order. Defaults to ``True`` if
``after`` is specified, otherwise ``False``.
user: :class:`abc.Snowflake`
The moderator to filter entries from.