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 basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
"source": [
"The multiple catenation and quotation characters break the flow of thought. *String interpolation* offers somewhat easier syntax.\n",
"\n",
"There are multiple ways to do sting interpolation:\n",
"There are multiple ways to do string interpolation:\n",
"\n",
"* Python format strings\n",
"* the `format` method\n",
Expand Down