Skip to content

Commit 152c93a

Browse files
authored
typo correction
1 parent e25cd4b commit 152c93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Intro-to-Python/02.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
"metadata": {},
463463
"source": [
464464
"#### Slicing\n",
465-
"Finally a substring (range of characters) an be specified as using $a:b$ to specify the characters at index $a,a+1,\\ldots,b-1$. Note that the last charcter is *not* included. Now we can find the first codon in the sequence:"
465+
"Finally a substring (range of characters) can be specified as using $a:b$ to specify the characters at index $a,a+1,\\ldots,b-1$. Note that the last charcter is *not* included. Now we can find the first codon in the sequence:"
466466
]
467467
},
468468
{

0 commit comments

Comments
 (0)