text clarification

This commit is contained in:
bobloy 2018-10-25 10:04:55 -04:00
parent b9da8246e1
commit 7fabbb77b6

View File

@ -884,7 +884,7 @@ class PlantTycoon(Cog):
async def _gardener(self, user: discord.User) -> Gardener:
#
# This function returns an individual gardener namedtuple
# This function returns a Gardener object for the user
#
g = Gardener(user, self.config)