You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2022/09/26 15:09:13 UTC

[airflow] 04/13: Fix typo in release notes (#26530)

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

jedcunningham pushed a commit to branch v2-4-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit fc9b588e3bd15482d540d68c8a58261e6a6a8d90
Author: RenGeng <ge...@hotmail.com>
AuthorDate: Tue Sep 20 21:17:33 2022 +0200

    Fix typo in release notes (#26530)
    
    (cherry picked from commit f9445d3f8a229a2f7c48a970918f94f9b98386b9)
---
 RELEASE_NOTES.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index de7c3b3d89..6346d2a93a 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -48,7 +48,7 @@ A dataset is identified by a URI:
     # Or you can use a scheme to show where it lives.
     dataset2 = Dataset(uri='s3://bucket/prefix')
 
-To create a DAG that runs whenever a Dataset is updated use the new ``scheduler`` parameter (see below) and
+To create a DAG that runs whenever a Dataset is updated use the new ``schedule`` parameter (see below) and
 pass a list of 1 or more Datasets:
 
 ..  code-block:: python