Skip to content
Snippets Groups Projects
Commit 030cf8aa authored by Cody Logan's avatar Cody Logan Committed by Waldir Pimenta
Browse files

Fix a couple of typos (#206)

somtimes -> sometimes
if do -> if you do
parent 078cd579
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ Test suite
----------
mwclient ships with a test suite based on `pytest <https://pytest.org>`_.
While it's far from complete, it can somtimes alert you if you break things.
While it's far from complete, it can sometimes alert you if you break things.
The easiest way to run the tests is:
......@@ -40,7 +40,7 @@ The easiest way to run the tests is:
$ python setup.py test
This will make an in-place build and download test dependencies locally if needed.
Tests will run faster, however, if do an
Tests will run faster, however, if you do an
`editable install <https://pip.readthedocs.org/en/latest/reference/pip_install.html#editable-installs>`_
and run pytest directly:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment