Skip to content

Commit

Permalink
Fix typo in release notes (#26530)
Browse files Browse the repository at this point in the history
(cherry picked from commit f9445d3)
  • Loading branch information
RenGeng authored and jedcunningham committed Sep 26, 2022
1 parent 2598efc commit fc9b588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc9b588

Please sign in to comment.