Skip to content

Commit 25e8f73

Browse files
authored
Merge pull request #42 from Swanson-Hysell/patch-1
fix small typo in comment
2 parents d6d3af2 + 8a0720d commit 25e8f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Lecture-1-Introduction-to-Python-Programming.ipynb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@
13921392
}
13931393
],
13941394
"source": [
1395-
"# replace a substring in a string with somethign else\n",
1395+
"# replace a substring in a string with something else\n",
13961396
"s2 = s.replace(\"world\", \"test\")\n",
13971397
"print(s2)"
13981398
]

0 commit comments

Comments
 (0)