Skip to content

Commit aae427d

Browse files
committed
missing comma
1 parent 45c3cd8 commit aae427d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Isosurface.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"!{sys.executable} -m pip install simpleitkutilities\n",
3535
"!{sys.executable} -m pip install vtk\n",
3636
"!{sys.executable} -m pip install itkwidgets\n",
37-
"!{sys.executable} -m pip install pydicom\n"
37+
"!{sys.executable} -m pip install pydicom\n",
3838
"!{sys.executable} -m pip install dicom2stl\n"
3939
]
4040
},

0 commit comments

Comments
 (0)