Skip to content

Commit 13383f4

Browse files
authored
Fix typo in generic-class
1 parent ed96ea7 commit 13383f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenges/advanced-generic-class/question.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Define a generic class that represents a stack.
55
It can be instantiated with a certain type, with method `push` accepting an object of the specified type,
6-
and `pop` returning an an object of the same type
6+
and `pop` returning an object of the same type
77
"""
88

99

0 commit comments

Comments
 (0)