typo
This commit is contained in:
parent
50299203af
commit
a310b6f063
1 changed files with 7 additions and 7 deletions
|
@ -161,16 +161,16 @@ We're gonna make the simplest possible example.
|
||||||
|
|
||||||
.. prerequisites:: Prerequisites
|
.. prerequisites:: Prerequisites
|
||||||
|
|
||||||
We assume that Rougail's library is installed on your computer (or in a virtual environment).
|
We assume that Rougail's library is installed on your computer (or in a virtual environment).
|
||||||
|
|
||||||
.. exercise:: Let's make a Hello world
|
.. exercise:: Hello world's workshop
|
||||||
|
|
||||||
Here is the tree structure we want to have::
|
Here is the tree structure we want to have::
|
||||||
|
|
||||||
workplace
|
workplace
|
||||||
├── dict
|
├── dict
|
||||||
│ ├── hello.yml
|
│ ├── hello.yml
|
||||||
└── hello.py
|
└── hello.py
|
||||||
|
|
||||||
- Let's make a :file:`workplace` directory, with a :file:`dict` subfolder.
|
- Let's make a :file:`workplace` directory, with a :file:`dict` subfolder.
|
||||||
- First, we need a :term:`dictionary`, so let's make the :file:`hello.yml` file
|
- First, we need a :term:`dictionary`, so let's make the :file:`hello.yml` file
|
||||||
|
|
Loading…
Reference in a new issue