Skip to content

Commit dc0ff13

Browse files
authored
fix minor doc typos
Signed-off-by: Martijn Govers <[email protected]>
1 parent 4c3f19d commit dc0ff13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/model_interface.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,10 @@
8787
"cell_type": "markdown",
8888
"metadata": {},
8989
"source": [
90+
"```py\n",
9091
"target_line = grid.arrays.line.get(1)\n",
91-
"grid.make_active(target_branch_array=target_line)\n"
92+
"grid.make_active(target_branch_array=target_line)\n",
93+
"```\n"
9294
]
9395
},
9496
{

0 commit comments

Comments
 (0)