diff --git a/basics.ipynb b/basics.ipynb index 4099b7f..4bf6ad9 100644 --- a/basics.ipynb +++ b/basics.ipynb @@ -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",