From a310b6f0639146017d3a5654e3ff63cca4780b28 Mon Sep 17 00:00:00 2001 From: gwen Date: Tue, 15 Oct 2024 16:55:01 +0200 Subject: [PATCH] typo --- docs/gettingstarted.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst index 08a74a712..503cd36ae 100644 --- a/docs/gettingstarted.rst +++ b/docs/gettingstarted.rst @@ -161,16 +161,16 @@ We're gonna make the simplest possible example. .. 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 - ├── dict -    │   ├── hello.yml -    └── hello.py + workplace + ├── dict +    │   ├── hello.yml +    └── hello.py - 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