From 632da8f2d12b606cc98fee09ba1f913811bfffc8 Mon Sep 17 00:00:00 2001 From: James Melville Date: Sat, 30 Jul 2022 11:22:50 -0700 Subject: [PATCH] add missing quote --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bcb6775..d5c9b998 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ Please make pull requests against the `develop` branch. When making changes please run tests (and please add a test to `python_bindings/tests` in case there is new functionality): ```bash -python -m unittest discover --start-directory python_bindings/tests --pattern "*_test*.py +python -m unittest discover --start-directory python_bindings/tests --pattern "*_test*.py" ```