Skip to content

Commit 49b7f4d

Browse files
mohamedhayballa22kaxil
authored andcommitted
doc (fundamentals.rst): Fix grammar in timezone-aware DAG description (#49855)
Add missing "is" verb in sentence about creating timezone-aware DAGs (cherry picked from commit 7b6a6f7)
1 parent da957ea commit 49b7f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow-core/docs/tutorial/fundamentals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ times.
210210
Working with Time Zones
211211
-----------------------
212212

213-
Creating a time zone aware DAG straightforward. Just ensure you use time zone aware dates
213+
Creating a time zone aware DAG is straightforward. Just ensure you use time zone aware dates
214214
with ``pendulum``. Avoid using the standard library
215215
`timezone <https://docs.python.org/3/library/datetime.html#timezone-objects>`_ as they have known limitations.
216216

0 commit comments

Comments
 (0)