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
+2 -2
View File
@@ -8,7 +8,7 @@ from .test_projects import TestProject
cpp_test_project = TestProject()
setup_py_template = r'''\
setup_py_template = r'''
from setuptools import Extension, setup
setup(
@@ -18,7 +18,7 @@ setup(
)
'''
spam_cpp_template = r'''\
spam_cpp_template = r'''
#include <Python.h>
{{ spam_cpp_top_level_add }}