From cd845ab8bc49d1e4544e8f1099caba03bde3b436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Andrei?= Date: Mon, 30 May 2022 15:34:37 -0300 Subject: [PATCH 1/2] Fix typo in dict_variables.rst --- docs/advanced/dict_variables.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/advanced/dict_variables.rst b/docs/advanced/dict_variables.rst index 6142f4bd8..ccf1df499 100644 --- a/docs/advanced/dict_variables.rst +++ b/docs/advanced/dict_variables.rst @@ -39,7 +39,7 @@ For example, you could provide the following dictionary variable in your ``cooki } -The above ``file_type`` dictionary variable creates ``cookiecutter.file_types``, which can be used like this: +The above ``file_types`` dictionary variable creates ``cookiecutter.file_types``, which can be used like this: .. code-block:: html+jinja @@ -64,4 +64,3 @@ The above ``file_type`` dictionary variable creates ``cookiecutter.file_types``, Cookiecutter is using `Jinja2's for expression `_ to iterate over the items in the dictionary. - From 55047a61ba504417fc0ed32f246d883e1e7f76df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Andrei?= Date: Mon, 30 May 2022 15:35:05 -0300 Subject: [PATCH 2/2] =?UTF-8?q?Add=20Jens=20and=20=C3=89rico=20to=20the=20?= =?UTF-8?q?list=20of=20core=20contributors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AUTHORS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS.md b/AUTHORS.md index d63785240..9e5a01494 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -14,6 +14,8 @@ - Sorin Sbarnea ([@ssbarnea](https://github.com/ssbarnea)) - Fábio C. Barrionuevo da Luz ([@luzfcb](https://github.com/luzfcb)) - Simone Basso ([@simobasso](https://github.com/simobasso)) +- Jens Klein ([@jensens](https://github.com/jensens)) +- Érico Andrei ([@ericof](https://github.com/ericof)) ## Contributors @@ -169,7 +171,6 @@ - Tom Forbes ([@orf](https://github.com/orf)) - Xie Yanbo ([@xyb](https://github.com/xyb)) - Maxim Ivanov ([@ivanovmg](https://github.com/ivanovmg)) -- Jens Klein ([@jensens](https://github.com/jensens)) ## Backers