This is an automated email from the ASF dual-hosted git repository.

turbaszek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d3677f  Fix typo in tutorial.rst (#9605)
2d3677f is described below

commit 2d3677fe7d164c782faf357d8335e3b25c83cafb
Author: Giancarlo Romeo <giancarloro...@gmail.com>
AuthorDate: Wed Jul 1 12:12:23 2020 +0200

    Fix typo in tutorial.rst (#9605)
---
 docs/tutorial.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tutorial.rst b/docs/tutorial.rst
index ba63b95..2b79d33 100644
--- a/docs/tutorial.rst
+++ b/docs/tutorial.rst
@@ -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

Reply via email to