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 8c92725 commit 2f1c048Copy full SHA for 2f1c048
src/collections_and_containers/python/stack/README.md
@@ -19,7 +19,7 @@ The Stack class has the following methods:
19
Here is an example of how to use the Stack class:
20
21
```python
22
-frosrc.stack import Stack
+from src.stack import Stack
23
24
# Create a new stack with a maximum size of 5 elements
25
s = Stack(max_size=5)
0 commit comments