diff --git a/examples/python/README.md b/examples/python/README.md index 4214b5674fe7..7b0abd2b0ba5 100644 --- a/examples/python/README.md +++ b/examples/python/README.md @@ -19,7 +19,7 @@ cd seleniumhq.github.io/examples/python ``` pip install -r requirements.txt ``` -> if you are on a different python version, for exampe python3.x you may have to replace `pip` with `pip3` +> if you are on a different python version, for example python3.x you may have to replace `pip` with `pip3` 4. Run all all tests @@ -27,4 +27,4 @@ pip install -r requirements.txt pytest ``` -> Please keep some patience - If you are doing it for the first time, it will take a little while to verify and download the browser drivers \ No newline at end of file +> Please keep some patience - If you are doing it for the first time, it will take a little while to verify and download the browser drivers