Skip to content

Commit

Permalink
add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed Feb 20, 2023
1 parent 707a7d3 commit c991d40
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 @@ -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:
Expand Down

0 comments on commit c991d40

Please sign in to comment.