Skip to content

Commit

Permalink
Merge pull request kivy#5000 from eeue56/patch-1
Browse files Browse the repository at this point in the history
missing apostrophe on cython error message
  • Loading branch information
dessant authored Feb 19, 2017
2 parents 0effb30 + 16bd44d commit 29df37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def pkgconfig(*packages, **kw):
print(cython_max)
sleep(1)
except ImportError:
print('\nCython is missing, its required for compiling kivy !\n\n')
print("\nCython is missing, it's required for compiling kivy !\n\n")
raise

if not have_cython:
Expand Down

0 comments on commit 29df37e

Please sign in to comment.