Fix typo in tutorial.rst (#9605)
This commit is contained in:
Родитель
7a5441836b
Коммит
2d3677fe7d
|
@ -166,7 +166,7 @@ Using that same DAG constructor call, it is possible to define
|
|||
``user_defined_macros`` which allow you to specify your own variables.
|
||||
For example, passing ``dict(foo='bar')`` to this argument allows you
|
||||
to use ``{{ foo }}`` in your templates. Moreover, specifying
|
||||
``user_defined_filters`` allow you to register you own filters. For example,
|
||||
``user_defined_filters`` allows you to register your own filters. For example,
|
||||
passing ``dict(hello=lambda name: 'Hello %s' % name)`` to this argument allows
|
||||
you to use ``{{ 'world' | hello }}`` in your templates. For more information
|
||||
regarding custom filters have a look at the
|
||||
|
|
Загрузка…
Ссылка в новой задаче