Skip to content

Commit 22a5d01

Browse files
committed
Merge pull request gregmalcolm#37 from t-kl/master
The the bread part of the sandwich
2 parents ce58938 + a0f303e commit 22a5d01

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

python2/koans/about_with_statements.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ def test_finding_lines(self):
5454
## They both follow the pattern of "sandwich code".
5555
##
5656
## 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
57+
## of bread, (2) the meat, and (3) the bottom slice of bread.
58+
## The bread part of the sandwich almost always goes together, but
5959
## the meat part changes all the time.
6060
##
6161
## Because the changing part of the sandwich code is in the middle,

python3/koans/about_with_statements.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ def test_finding_lines(self):
5353
## They both follow the pattern of "sandwich code".
5454
##
5555
## Sandwich code is code that comes in three parts: (1) the top slice
56-
## of bread, (2) the meat, and (3) the bottom slice of bread. The
57-
## the bread part of the sandwich almost always goes together, but
56+
## of bread, (2) the meat, and (3) the bottom slice of bread.
57+
## The bread part of the sandwich almost always goes together, but
5858
## the meat part changes all the time.
5959
##
6060
## Because the changing part of the sandwich code is in the middle,

0 commit comments

Comments
 (0)