Skip to content

Commit ba711b5

Browse files
authored
fixup some spacing issues in params example dag (apache#49905)
1 parent 3a3b1b8 commit ba711b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

airflow-core/src/airflow/example_dags/example_params_ui_tutorial.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
type="integer",
5959
title="Your favorite number",
6060
description_md="Everybody should have a **favorite** number. Not only _math teachers_. "
61-
"If you can not think of any at the moment please think of the 42 which is very famous because"
61+
"If you can not think of any at the moment please think of the 42 which is very famous because "
6262
"of the book [The Hitchhiker's Guide to the Galaxy]"
6363
"(https://en.wikipedia.org/wiki/Phrases_from_The_Hitchhiker%27s_Guide_to_the_Galaxy#"
6464
"The_Answer_to_the_Ultimate_Question_of_Life,_the_Universe,_and_Everything_is_42).",
@@ -99,7 +99,7 @@
9999
format="date",
100100
title="Date Picker",
101101
description="Please select a date, use the button on the left for a pop-up calendar. "
102-
"See that here are no times!",
102+
"See that there are no times!",
103103
section="Typed parameters with Param object",
104104
),
105105
"time": Param(
@@ -181,7 +181,7 @@
181181
# A multiple options selection can also be combined with values_display
182182
"multi_select_with_label": Param(
183183
["2", "3"],
184-
"Select from the list of options. See that options can have nicer text and still technical values"
184+
"Select from the list of options. See that options can have nicer text and still technical values "
185185
"are propagated as values during trigger to the DAG.",
186186
type="array",
187187
title="Multi Select with Labels",

0 commit comments

Comments
 (0)