Revert the slash n change

This commit is contained in:
Noel O'Boyle
2020-05-23 10:25:01 +01:00
parent 732444b176
commit d927b6e21a

View File

@@ -106,7 +106,7 @@ class CustomBuildExt(build_ext):
'For example:',
' python setup.py build_ext -I{} -L{}'.format(self.ob_include_dir, self.ob_library_dir),
' python setup.py install',
sep=r'\n')
sep='\n')
sys.exit(1)