We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
to_py_docstring
1 parent 913f673 commit 78c66f4Copy full SHA for 78c66f4
src/pyconverter/xml2py/ast_tree.py
@@ -2378,7 +2378,7 @@ def to_py_docstring(
2378
rst_description = textwrap.indent(rst_description, description_indent)
2379
list_description = rst_description.split("\n")
2380
2381
- docstring = [f"{indent}{self.py_arg_name} : {self.str_types(" or ")}"]
+ docstring = [f'{indent}{self.py_arg_name} : {self.str_types(" or ")}']
2382
docstring.extend(list_description)
2383
else:
2384
docstring = []
0 commit comments