Commit bdb814d1 by Zach Whaley Committed by GitHub

Fix grammar (#5098)

* Fix grammar

Than -> Then

https://www.merriam-webster.com/words-at-play/when-to-use-then-and-than

* go one better
parent 08ed8ed1
...@@ -29,7 +29,7 @@ to activate one explicitly, see [Switching environments](#switching-between-envi ...@@ -29,7 +29,7 @@ to activate one explicitly, see [Switching environments](#switching-between-envi
{{% note %}} {{% note %}}
If you use a tool like [pyenv](https://github.com/pyenv/pyenv) to manage different Python versions, If you use a tool like [pyenv](https://github.com/pyenv/pyenv) to manage different Python versions,
you can set the experimental `virtualenvs.prefer-active-python` option to `true`. Poetry you can set the experimental `virtualenvs.prefer-active-python` option to `true`. Poetry
than will try to find the current `python` of your shell. will then try to find the current `python` of your shell.
For instance, if your project requires a newer Python than is available with For instance, if your project requires a newer Python than is available with
your system, a standard workflow would be: your system, a standard workflow would be:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment