Skip to content

Commit b67d483

Browse files
committed
fix typo
1 parent 815bf87 commit b67d483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
"chart = (\n",
333333
" altair.Chart(mpg, title=\"Number of Cars by Make\")\n",
334334
" .mark_bar()\n",
335-
" .encode(x=\"count()\", y=alt.Y(\"manufacturer\"))\n",
335+
" .encode(x=\"count()\", y=altair.Y(\"manufacturer\"))\n",
336336
")\n",
337337
"Image(render_altair(chart))"
338338
]

0 commit comments

Comments
 (0)