Skip to content

Commit

Permalink
Merge pull request #1680 from cookiecutter/fpr-1611-fix-typo
Browse files Browse the repository at this point in the history
Fix typo in dict_variables.rst
  • Loading branch information
ericof committed May 30, 2022
2 parents e994273 + 55047a6 commit 5918a8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion AUTHORS.md
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions docs/advanced/dict_variables.rst
Expand Up @@ -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

Expand All @@ -64,4 +64,3 @@ The above ``file_type`` dictionary variable creates ``cookiecutter.file_types``,


Cookiecutter is using `Jinja2's for expression <http://jinja.pocoo.org/docs/dev/templates/#for>`_ to iterate over the items in the dictionary.

0 comments on commit 5918a8b

Please sign in to comment.