From c991d4082d38cd1dcd3e8495f2ea7a946a352ed8 Mon Sep 17 00:00:00 2001 From: Ilan Schnell Date: Mon, 20 Feb 2023 14:05:38 -0600 Subject: [PATCH] add missing quote --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: