Skip to content

Commit 55d5622

Browse files
authored
Fix typo (laike9m#64)
1 parent 8c9945d commit 55d5622

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

challenges/intermediate-typed-dict3/question.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
TODO:
33
4-
Define a class `Person` that represents a dictionary with three string keys:
4+
Define a class `Person` that represents a dictionary with five string keys:
55
name, age, gender, address, email
66
77
The value of each key must be the specified type:

challenges/intermediate-typed-dict3/solution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
TODO:
33
4-
Define a class `Person` that represents a dictionary with three string keys:
4+
Define a class `Person` that represents a dictionary with five string keys:
55
name, age, gender, address, email
66
77
The value of each key must be the specified type:

0 commit comments

Comments
 (0)