Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 14-Strings-and-Regular-Expressions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Regular expressions generalize this \"wildcard\" idea to a wide range of flexible string-matching sytaxes.\n",
"Regular expressions generalize this \"wildcard\" idea to a wide range of flexible string-matching syntaxes.\n",
"The Python interface to regular expressions is contained in the built-in ``re`` module; as a simple example, let's use it to duplicate the functionality of the string ``split()`` method:"
]
},
Expand Down