formatting

This commit is contained in:
Sydney Runkle
2025-04-23 21:21:02 -07:00
parent d6c12133ad
commit 97337355a2
+1 -1
View File
@@ -1697,7 +1697,7 @@
"from IPython.display import Markdown\n",
"\n",
"# We will down-header the sections to create less confusion in this notebook\n",
"Markdown(article.replace(\"\\n#\", \"\\n##\"))\n"
"Markdown(article.replace(\"\\n#\", \"\\n##\"))"
]
},
{