Skip to content

Commit

Permalink
[docs] Avoid ambiguity on dashes in context #53
Browse files Browse the repository at this point in the history
Dashes are not allowed in configuration variables.
  • Loading branch information
nemesifier committed Aug 26, 2016
1 parent 8d66f7a commit b36adb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/general/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ Let's see the result with:

* variables must be written in the form of ``{{ var_name }}``, including
spaces around ``var_name``;
* variable names can contain only alphanumeric characters, dashes and underscores;
* variable names can contain only alphanumeric characters and underscores;
* unrecognized variables will be ignored;

Project goals
Expand Down

0 comments on commit b36adb9

Please sign in to comment.