Skip to content

Commit f20b6d2

Browse files
committed
Minor typo.
1 parent 7c8b1af commit f20b6d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,6 @@ def build_extensions(self):
355355
except SystemExit as e:
356356
print("\nAn error occurred while compiling Cython extensions.")
357357
print("Either fix the compilation issue or use the PYGSTI_CYTHON_SKIP to skip compilation,",)
358-
print('e.g. PYGSTI_CYTHON_SKIP=1 pip install pygsti\n')
359-
print("To enable partial Cython failures (i.e. the exclude_failures=True flag of cythonize), use PYGSTI_CYTHON_EXCLUDE_FAILURES instead.")
358+
print('e.g. PYGSTI_CYTHON_SKIP=1 pip install pygsti')
359+
print("To enable partial Cython failures (i.e. the exclude_failures=True flag of cythonize), use PYGSTI_CYTHON_EXCLUDE_FAILURES instead.\n")
360360
raise e

0 commit comments

Comments
 (0)