Skip to content

Commit a8e83bc

Browse files
authored
Apply suggestion from @pawamoy
1 parent 7d11a82 commit a8e83bc

File tree

1 file changed

+1
-1
lines changed
  • src/mkdocstrings_handlers/python/_internal

1 file changed

+1
-1
lines changed

src/mkdocstrings_handlers/python/_internal/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def render(self, data: CollectorItem, options: PythonOptions, locale: str | None
300300
# than as an item in a dictionary.
301301
"heading_level": options.heading_level,
302302
"root": True,
303-
# YORE: Bump 2: Regex-replace ` or .+` with `,` within line.
303+
# YORE: Bump 2: Regex-replace ` or .+` with ` or "en",` within line.
304304
"locale": locale or self.config.locale,
305305
},
306306
)

0 commit comments

Comments
 (0)