8000 Merge pull request #2 from GendolfJunior/patch-1 · andrewhzhang/python-programming@ccd7817 · GitHub
[go: up one dir, main page]

Skip to content

Commit ccd7817

Browse files
authored
Merge pull request drycode#2 from GendolfJunior/patch-1
Resolved Typo
2 parents 0afd95b + d685ce5 commit ccd7817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chap11/dieview2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(self, win, center, size):
3838
self.__makePip(cx + offset, cy + offset)
3939
]
4040
#Create a table for which pips are on for each value
41-
self.onTable = [ [], [3], [2,4], [2,3,4] [0,2,4,6], [0,2,3,4,6], [0,1,2,4,5,6]]
41+
self.onTable = [ [], [3], [2,4], [2,3,4], [0,2,4,6], [0,2,3,4,6], [0,1,2,4,5,6]]
4242

4343
#Draw an initial value
4444
self.setValue(1)

0 commit comments

Comments
 (0)
0