From 2552a268cb3bb2acf529239fa6578ff96feee286 Mon Sep 17 00:00:00 2001 From: Skezza <36114463+SkezzaB@users.noreply.github.com> Date: Tue, 7 Jul 2020 10:25:37 +0100 Subject: Add double backticks for some parameter mentions in the documentation. --- discord/guild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/guild.py') diff --git a/discord/guild.py b/discord/guild.py index cc2d5fa0..4a02cbd5 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -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. -- cgit v1.2.3