Skip to content

Commit 8caa73e

Browse files
authored
Fix typo in chapter 05 (#34)
1 parent 8c3bf37 commit 8caa73e

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
@@ -243,7 +243,7 @@
243243
"metadata": {},
244244
"outputs": [],
245245
"source": [
246-
"plot = figure() # create a new plot without all properties set to default values\n",
246+
"plot = figure() # create a new plot with all properties set to default values\n",
247247
"\n",
248248
"# 🔁 Try changing the values of the following properties to see how they affect the plot\n",
249249
"plot.height = 300 # set the height of the plot (in pixels)\n",

0 commit comments

Comments
 (0)