Skip to content

Commit 6172757

Browse files
authored
fixed indentaion error that was preventing correct md rendering
The second function was not being rendered in the markdown code cell, fixing its indentation seems to fix it.
1 parent f033e84 commit 6172757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-visualise.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@
708708
" (ggplot(penguins, aes(x = species)) +\n",
709709
" geom_bar(color = \"red\"))\n",
710710
"\n",
711-
" (ggplot(penguins, aes(x = species)) +\n",
711+
" (ggplot(penguins, aes(x = species)) +\n",
712712
" geom_bar(fill = \"red\"))\n",
713713
" ```\n",
714714
"\n",

0 commit comments

Comments
 (0)