Skip to content

Commit

Permalink
removed docstring from format_strings
Browse files Browse the repository at this point in the history
  • Loading branch information
rnxm committed Aug 8, 2024
1 parent e825a84 commit 2cde0e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions discord/ext/localization/localization.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ def __dict__(self) -> dict:
def format_strings(data: Any, **kwargs: Any) -> Any:
"""Formats the strings in a dictionary. This is used internally, to format strings in the :meth:`localize` method.
It's not recommended to use this method in your code.
Parameters
----------
data: Any
Expand Down

0 comments on commit 2cde0e3

Please sign in to comment.