Skip to content

Commit 5fab01d

Browse files
authored
Merge pull request #42 from TheJolman/patch-1
fixed indentaion error that was preventing correct md rendering
2 parents f033e84 + 6172757 commit 5fab01d

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)