From afc87135da901ac6287a704cf2e9ea78191fd496 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 18 Feb 2024 10:46:20 +0100 Subject: [PATCH] Fix typo (#452) --- core/chapters/c10_boolean operators.py | 2 +- translations/english.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/chapters/c10_boolean operators.py b/core/chapters/c10_boolean operators.py index c24c941c..824adb31 100644 --- a/core/chapters/c10_boolean operators.py +++ b/core/chapters/c10_boolean operators.py @@ -502,7 +502,7 @@ def check(self): class valid_multiline(VerbatimStep): """ -Python tries to intepret this as two separate lines of code and gets confused. You need to tell it that +Python tries to interpret this as two separate lines of code and gets confused. You need to tell it that the first line is continuing onto the second line. One way to do this is by adding `\\` at the end of the line to 'escape' the line break. diff --git a/translations/english.po b/translations/english.po index 95c01e52..efd5978c 100644 --- a/translations/english.po +++ b/translations/english.po @@ -28521,7 +28521,7 @@ msgstr "" #. https://poeditor.com/projects/view_terms?id=490053&search=code_bits.__program_indented__ msgid "pages.MultiLineExpressions.steps.valid_multiline.text" msgstr "" -"Python tries to intepret this as two separate lines of code and gets confused. You need to tell it that\n" +"Python tries to interpret this as two separate lines of code and gets confused. You need to tell it that\n" "the first line is continuing onto the second line.\n" "\n" "One way to do this is by adding `\\` at the end of the line to 'escape' the line break.\n"