Skip to content

Commit

Permalink
Add semicolons where necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
aknierim committed Sep 24, 2024
1 parent a83942a commit f176a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/matplotlib.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@
" \"C\": {\"projection\": \"mollweide\"},\n",
" },\n",
" layout=\"constrained\",\n",
")"
");"
]
},
{
Expand All @@ -1127,7 +1127,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Mehr Informationen und Beispiele lassen sich in der Dokumentation zu [matplotlib.pyplot.subplot_mosaic](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.subplot_mosaic.html) finden."
"Weiterführende Informationen und Beispiele lassen sich in der Dokumentation zu [matplotlib.pyplot.subplot_mosaic](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.subplot_mosaic.html) finden."
]
}
],
Expand Down

0 comments on commit f176a49

Please sign in to comment.