Skip to content

Commit 6217668

Browse files
committed
Fix typo in legend title
1 parent 45c091f commit 6217668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/05_styling.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@
558558
"legends_plot.legend.location = \"top_left\"\n",
559559
"\n",
560560
"# add a title to your legend\n",
561-
"legends_plot.legend.title = \"Obervations\"\n",
561+
"legends_plot.legend.title = \"Observations\"\n",
562562
"\n",
563563
"# change appearance of legend text\n",
564564
"legends_plot.legend.label_text_color = \"navy\"\n",

0 commit comments

Comments
 (0)