From 2cde0e3ace3a07a3c12ad8780f7fbdeb5e21ca69 Mon Sep 17 00:00:00 2001 From: Pearoo Date: Thu, 8 Aug 2024 16:26:29 +0200 Subject: [PATCH] removed docstring from format_strings --- discord/ext/localization/localization.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/discord/ext/localization/localization.py b/discord/ext/localization/localization.py index 60504d0..35583a1 100644 --- a/discord/ext/localization/localization.py +++ b/discord/ext/localization/localization.py @@ -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