Skip to content

Commit

Permalink
Fix typo (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Feb 18, 2024
1 parent ed3b49f commit afc8713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/chapters/c10_boolean operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion translations/english.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit afc8713

Please sign in to comment.