1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:54:51 +00:00

update doc

This commit is contained in:
deadc0de6
2022-08-22 22:53:26 +02:00
parent 70ddc03769
commit 7a78960043

2
docs/templating.md vendored
View File

@@ -48,7 +48,7 @@ The following variables are available in templates:
## Variables enrichment
The below variables are added to the available variables withins. If the variable
The below variables are added to the available variables within templates. If the variable
is already set by the user (through the config file for example), it will not be overwritten.
* `os`: will contain the OS name as provided by <https://docs.python.org/3/library/platform.html#platform.system>