Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLangmead committed Aug 14, 2015
1 parent f2fcfe3 commit 9145e3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions 2.01_BoyerMoore.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The following gray box contains sevearl functions that preprocess the pattern *P* and create the tables needed to apply the bad character and good suffix rules. We won't discuss these, but if you are interested, see Chapter 2 of:\n",
"The following gray box contains several functions that preprocess the pattern *P* and create the tables needed to apply the bad character and good suffix rules. We won't discuss these, but if you are interested, see Chapter 2 of:\n",
"\n",
"Gusfield, Dan. Algorithms on strings, trees and sequences: computer science and computational biology. Cambridge university press, 1997."
]
Expand Down Expand Up @@ -339,21 +339,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 2",
"language": "python",
"name": "python3"
"name": "python2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.4.3"
"pygments_lexer": "ipython2",
"version": "2.7.10"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 9145e3a

Please sign in to comment.