Fix formatting

This commit is contained in:
Fabian Affolter 2016-03-10 19:17:36 +01:00
parent 534308e461
commit ce82bd7515

View File

@ -71,7 +71,7 @@ When you are done with development and ready to commit your changes, run `build_
To test your code before submission, used the `tox` tool.
```shell
```bash
> pip install -U tox
> tox
```