Skip to content

Commit 4b2e2b3

Browse files
author
이로
authored
Update README.md
1 parent 6de5dd5 commit 4b2e2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ myschool = School("schoolname")
2121
print(myschool.name)
2222
# This may not be the same as "schoolname".
2323

24-
print(myschool[2][3][4][3])
24+
print(myschool[2][3][3][3])
2525
# This returns Thursday 3rd period in the 2nd grade 3rd class.
2626
```
2727

0 commit comments

Comments
 (0)