Skip to content

Commit

Permalink
Fix docstring grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed May 3, 2021
1 parent ccee5ab commit 2d7aefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightbulb/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class LightbulbEvent(hikari.Event, abc.ABC):

@property
def bot(self) -> command_handler.Bot:
"""Bot instance for this event. Alias for :obj:`~LightbulbEvent.app"""
"""Bot instance for this event. Alias for :obj:`~LightbulbEvent.app`."""
return self.app


Expand Down

0 comments on commit 2d7aefd

Please sign in to comment.