Skip to content

Commit ed68ed0

Browse files
committed
FIX: typo in comment
1 parent e954e29 commit ed68ed0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

03-temperature/01-picking.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def remove(self):
5757
# - open a new window with plot of day temperature
5858
# - fig, ax = plt.subplots()
5959
# - one_day = extract_day_of_hourly(temperature, 2015, 10, 18)
60-
# - make picking add a label with `label_data`
60+
# - make picking add a label using the function `label_date` (which is
61+
# already imported from the `w_helpers` module)
6162

6263
# - use `get_gid` to filter artists instead of `is not`

0 commit comments

Comments
 (0)