typos
This commit is contained in:
parent
82b934db02
commit
c378fbbf89
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ Activate you virtual environment
|
||||||
|
|
||||||
- Open a shell session
|
- Open a shell session
|
||||||
|
|
||||||
- install the virtual environment: `python -m"venv' .venv`
|
- install the virtual environment: `python -m'venv' .venv`
|
||||||
- activate it `./.venv/bin/activate` (or `.venv\Scripts\activate.exe` under windows)
|
- activate it `./.venv/bin/activate` (or `.venv\Scripts\activate.exe` under windows)
|
||||||
|
|
||||||
Standard installation
|
Standard installation
|
||||||
|
|
|
||||||
|
|
@ -185,7 +185,7 @@ he is responsible of other files called the :term:`user data file`\ s.
|
||||||
The consistency field is outside of the user datas scope.
|
The consistency field is outside of the user datas scope.
|
||||||
The consistency is handled in the :term:`structured datas <structured data>`\ 's scope.
|
The consistency is handled in the :term:`structured datas <structured data>`\ 's scope.
|
||||||
|
|
||||||
.. important:: If user datas are not set, default values are mandatory, otherwise Rougail will raise an Error.
|
.. important:: If user datas are not set, default values are mandatory, otherwise Rougail will raise an error.
|
||||||
|
|
||||||
.. exercise:: Folder structure update
|
.. exercise:: Folder structure update
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue