Skip to content

Commit 296b687

Browse files
authored
Merge pull request #395 from jlmelville/doc/py-quote-readme
add missing quote on README
2 parents 1431632 + 632da8f commit 296b687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Please make pull requests against the `develop` branch.
247247

248248
When making changes please run tests (and please add a test to `python_bindings/tests` in case there is new functionality):
249249
```bash
250-
python -m unittest discover --start-directory python_bindings/tests --pattern "*_test*.py
250+
python -m unittest discover --start-directory python_bindings/tests --pattern "*_test*.py"
251251
```
252252

253253

0 commit comments

Comments
 (0)