From 3504de4635ee8d40c8119d9453ec318c4820e8a0 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 8 Feb 2017 22:50:33 -0500 Subject: Fix more places where server is used instead of guild in docstrings. --- 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 aeb4002b..2888b822 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -301,7 +301,7 @@ class Guild(Hashable): @property def splash_url(self): - """Returns the URL version of the server's invite splash. Returns an empty string if it has no splash.""" + """Returns the URL version of the guild's invite splash. Returns an empty string if it has no splash.""" if self.splash is None: return '' return 'https://cdn.discordapp.com/splashes/{0.id}/{0.splash}.jpg?size=2048'.format(self) -- cgit v1.2.3