We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed96ea7 commit 13383f4Copy full SHA for 13383f4
challenges/advanced-generic-class/question.py
@@ -3,7 +3,7 @@
3
4
Define a generic class that represents a stack.
5
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
+and `pop` returning an object of the same type
7
"""
8
9
0 commit comments