Merge branch 'master' into python-3.3-to-3.5

This commit is contained in:
rocky
2024-07-21 17:35:02 -04:00
4 changed files with 6 additions and 5 deletions

View File

@@ -433,7 +433,7 @@ TABLE_DIRECT = {
# function_def_async
"mkfuncdeco0": ("%|def %c\n", (0, ("mkfunc", "mkfunc_annotate"))),
# In cases where we desire an explict new line.
# In cases where we desire an explicit new line.
# After docstrings which are followed by a "def" is
# one situations where Python formatting desires two newlines,
# and this is added, as a transformation rule.