We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce58938 commit a0f303eCopy full SHA for a0f303e
2 files changed
python2/koans/about_with_statements.py
@@ -54,8 +54,8 @@ def test_finding_lines(self):
54
## They both follow the pattern of "sandwich code".
55
##
56
## Sandwich code is code that comes in three parts: (1) the top slice
57
- ## of bread, (2) the meat, and (3) the bottom slice of bread. The
58
- ## the bread part of the sandwich almost always goes together, but
+ ## of bread, (2) the meat, and (3) the bottom slice of bread.
+ ## The bread part of the sandwich almost always goes together, but
59
## the meat part changes all the time.
60
61
## Because the changing part of the sandwich code is in the middle,
python3/koans/about_with_statements.py
@@ -53,8 +53,8 @@ def test_finding_lines(self):
53
0 commit comments