Misc lint

This commit is contained in:
rocky
2024-07-21 17:34:06 -04:00
parent 5580b2b795
commit 1a3f2b8ab0
3 changed files with 5 additions and 4 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.