Skip to content

Commit 7a35f84

Browse files
committed
fix: improve docstring formatting for _filter_by_language function
1 parent c328202 commit 7a35f84

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

DashAI/back/api/api_v1/endpoints/components.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ def _filter_by_language(
4949
Returns
5050
-------
5151
Dict[str, Any]
52-
The component dictionary with MultilingualString objects replaced by plain strings
52+
The component dictionary with MultilingualString objects
53+
replaced by plain strings
5354
"""
5455
if language is None:
5556
language = "en"

0 commit comments

Comments
 (0)