8000 Merge pull request #1 from mfaafm/patch-1 · pyluyang/Clean-Code-in-Python@6e58d52 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e58d52

Browse files
Merge pull request PacktPublishing#1 from mfaafm/patch-1
Fix typo
2 parents 5617023 + 2730f0b commit 6e58d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter02/container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def mark_coordinate(grid, coord):
1212
class Boundaries:
1313
def __init__(self, width, height):
1414
self.width = width
15-
self.height = heigh
15+
self.height = height
1616

1717
def __contains__(self, coord):
1818
x, y = coord

0 commit comments

Comments
 (0)
0