Skip to content

Commit d2611f7

Browse files
committed
Update Lecture-0-Scientific-Computing-with-Python.ipynb
1 parent e9221b5 commit d2611f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Lecture-0-Scientific-Computing-with-Python.ipynb‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"cell_type": "markdown",
107107
"metadata": {},
108108
"source": [
109-
"Ensuring replicability and reprodicibility of scientific simulations is a *complicated problem*, but there are good tools to help with this:\n",
109+
"Ensuring replicability and reproducibility of scientific simulations is a *complicated problem*, but there are good tools to help with this:\n",
110110
"\n",
111111
"* Revision Control System (RCS) software. \n",
112112
" * Good choices include:\n",
@@ -337,7 +337,7 @@
337337
"cell_type": "markdown",
338338
"metadata": {},
339339
"source": [
340-
"There are currently two versions of python: Python 2 and Python 3. Python 3 will eventually supercede Python 2, but it is not backward-compatible with Python 2. A lot of existing python code and packages has been written for Python 2, and it is still the most wide-spread version. For these lectures either version will be fine, but it is probably easier to stick with Python 2 for now, because it is more readily available via prebuilt packages and binary installers.\n",
340+
"There are currently two versions of python: Python 2 and Python 3. Python 3 will eventually supersede Python 2, but it is not backward-compatible with Python 2. A lot of existing python code and packages has been written for Python 2, and it is still the most wide-spread version. For these lectures either version will be fine, but it is probably easier to stick with Python 2 for now, because it is more readily available via prebuilt packages and binary installers.\n",
341341
"\n",
342342
"To see which version of Python you have, run\n",
343343
" \n",

0 commit comments

Comments
 (0)