Skip to content

Commit 2544181

Browse files
committed
setup.py: Fix error message
1 parent 109fe4b commit 2544181

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
@@ -80,7 +80,7 @@ def finalize_options(self):
8080
import Cython
8181
except ImportError:
8282
raise RuntimeError(
83-
'please install Cython to compile asyncpg from source')
83+
'please install Cython to compile uvloop from source')
8484

8585
if Cython.__version__ < '0.24':
8686
raise RuntimeError(

0 commit comments

Comments
 (0)