diff --git a/setup.py b/setup.py index 14a49384..b064ab1e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ if "test" in sys.argv: exit('ERROR: To run the bitarray test suite, type:\n\n' - ' python -c "import bitarray; bitarray.test()\n') + ' python -c "import bitarray; bitarray.test()"\n') kwds = {} try: