File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/mkdocstrings_handlers/python Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ class PythonHandler(BaseHandler):
113113 "members" : None ,
114114 "inherited_members" : False ,
115115 "docstring_inherit_strategy" : rendering .DocstringInheritStrategy .default .value ,
116- "docstring_merge_delimiter" : "\n " ,
116+ "docstring_merge_delimiter" : "\n \n " ,
117117 "filters" : ["!^_[^_]" ],
118118 "annotations_path" : "brief" ,
119119 "preload_modules" : None ,
Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ def do_optionally_inherit_docstrings(
425425 objects : dict [str , Object | Alias ],
426426 * ,
427427 docstring_inherit_strategy : str = DocstringInheritStrategy .default .value ,
428- docstring_merge_delimiter : str = "\n " ,
428+ docstring_merge_delimiter : str = "\n \n " ,
429429) -> dict [str , Object | Alias ]:
430430 """Optionally inherit docstrings for members in the given .
431431
You can’t perform that action at this time.
0 commit comments