Fix misaligned triple-quote blocks

This commit is contained in:
mayeut
2021-05-03 13:12:36 -04:00
committed by Henry Schreiner
parent 178aaea6c7
commit d1900f6a05
21 changed files with 154 additions and 158 deletions
+3 -3
View File
@@ -52,10 +52,10 @@ def main():
shell('git commit -a -m "Update dependencies"', check=True)
body = textwrap.dedent(
f'''
Update the versions of our dependencies.
Update the versions of our dependencies.
PR generated by `{os.path.basename(__file__)}`.
'''
PR generated by `{os.path.basename(__file__)}`.
'''
)
run(
[