Cleanup: Python script formatting

- Double quotes for strings.
- Trailing commas when wrapped lines.
This commit is contained in:
Campbell Barton
2024-06-06 11:26:28 +10:00
parent 1d894aa1a7
commit 949dfbfaa8
22 changed files with 57 additions and 54 deletions

View File

@@ -1651,7 +1651,7 @@ def pyrna2sphinx(basepath):
fw(" .. {:s}:: {:s}({:s})\n\n".format(
"classmethod" if func.is_classmethod else "method",
func.identifier,
args_str
args_str,
))
fw(" {:s}\n\n".format(func.description))