Skip to content

Commit

Permalink
Merge pull request #395 from jlmelville/doc/py-quote-readme
Browse files Browse the repository at this point in the history
add missing quote on README
  • Loading branch information
yurymalkov authored Aug 2, 2022
2 parents 1431632 + 632da8f commit 296b687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```


Expand Down

0 comments on commit 296b687

Please sign in to comment.