Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed Nov 10, 2022
1 parent 2ca2239 commit cfca04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightbulb/commands/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ def app_command_bypass_author_permission_checks(self) -> bool:

@property
def name_localizations(self) -> t.Mapping[t.Union[hikari.Locale, str], str]:
"""A mapping of locale to localizations for this command"""
"""A mapping of locale to name localizations for this command"""
return self._initialiser.name_localizations

@property
Expand Down

0 comments on commit cfca04c

Please sign in to comment.