Minor typo fixes and restore translation template
This commit is contained in:
parent
52eb651062
commit
5cee912b58
2 changed files with 4 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ you need.
|
|||
pyenv
|
||||
~~~~~~
|
||||
|
||||
`pyenv <https://github.com/pyenv/pyenv>`_ is a one way to get multiple versions of
|
||||
`pyenv <https://github.com/pyenv/pyenv>`_ is one way to get multiple versions of
|
||||
Python working on your machine at the same time. It allows you to pick and choose
|
||||
whichever version you need for a particular project.
|
||||
|
||||
|
|
@ -121,7 +121,7 @@ re-activate the environment in every terminal session where you want to use the
|
|||
environment. If you get errors about libraries not being available that you're *certain*
|
||||
you've installed - check whether your virtual environment is active.
|
||||
|
||||
To deactive the virtual environment, run:
|
||||
To deactivate the virtual environment, run:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
_model: page
|
||||
---
|
||||
_template: translations.html
|
||||
---
|
||||
title: Translations
|
||||
---
|
||||
body:
|
||||
|
|
|
|||
Loading…
Reference in a new issue