1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 12:13:32 +00:00

update doc

This commit is contained in:
deadc0de6
2022-08-22 22:53:26 +02:00
parent e6cc7644b8
commit 50562461db

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>