summaryrefslogtreecommitdiff
path: root/Demos/libraries
diff options
context:
space:
mode:
authormathbunnyru <mathbunnyru@gmail.com>2017-01-12 00:58:41 +0300
committermathbunnyru <mathbunnyru@gmail.com>2017-01-12 01:09:12 +0300
commit2748f9ef330da1eb928ae7fe4c8cf6b53ccc9a12 (patch)
tree2196ae054e832c0cbc004cae84f0fbedddb63aaa /Demos/libraries
parent3d4f7a1978f4c03a941a2dcff8136b10638476cd (diff)
downloadcython-2748f9ef330da1eb928ae7fe4c8cf6b53ccc9a12.tar.gz
Delete trailing spaces
Diffstat (limited to 'Demos/libraries')
-rw-r--r--Demos/libraries/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/libraries/setup.py b/Demos/libraries/setup.py
index 76b536307..e2a2c2068 100644
--- a/Demos/libraries/setup.py
+++ b/Demos/libraries/setup.py
@@ -18,7 +18,7 @@ except:
print("Error building external library, please create libmymath.a manually.")
sys.exit(1)
-# Here is how to use the library built above.
+# Here is how to use the library built above.
ext_modules = cythonize([
Extension("call_mymath",
sources=["call_mymath.pyx"],