Skip to content

Commit 0beec16

Browse files
committed
Fix html syntax
1 parent 2f46650 commit 0beec16

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

_solved/13-xarray.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7752,7 +7752,9 @@
77527752
" \n",
77537753
"Degrees Kelvin = degrees celsius + 273.\n",
77547754
" \n",
7755-
"<details><summary>Hints</summary>\n",
7755+
"<details>\n",
7756+
" \n",
7757+
"<summary>Hints</summary>\n",
77567758
"\n",
77577759
"* Remember that xarray works as Numpy and relies on the same broadcasting rules.\n",
77587760
"\n",

0 commit comments

Comments
 (0)