Skip to content

Commit 72b96a2

Browse files
committed
wording
1 parent 75897e3 commit 72b96a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def list_modules(dirname):
3333
from Cython.Distutils import build_ext
3434
CYTHON = True
3535
except ImportError:
36-
sys.stdout.write('\nNOTE: Cython not installed. psycopg-postgis will '
36+
sys.stdout.write('\nNOTE: Cython not installed. python-postgis will '
3737
'still work fine, but may run a bit slower.\n\n')
3838
CYTHON = False
3939
cmdclass = {}

0 commit comments

Comments
 (0)