From ead3c8a5b111743854781eccd54f0a15f0de566c Mon Sep 17 00:00:00 2001 From: Jukka Jurvansuu Date: Tue, 8 Feb 2022 23:56:57 +0200 Subject: [PATCH] Fixed one spelling mistake --- basics.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",