Skip to content

Commit 2f1c048

Browse files
authored
Update README.md
1 parent 8c92725 commit 2f1c048

File tree

1 file changed

+1
-1
lines changed
  • src/collections_and_containers/python/stack

1 file changed

+1
-1
lines changed

src/collections_and_containers/python/stack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Stack class has the following methods:
1919
Here is an example of how to use the Stack class:
2020

2121
```python
22-
frosrc.stack import Stack
22+
from src.stack import Stack
2323

2424
# Create a new stack with a maximum size of 5 elements
2525
s = Stack(max_size=5)

0 commit comments

Comments
 (0)