mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-27 19:38:39 +00:00
Fixing doctests
This commit is contained in:
parent
d9dea17695
commit
60fb7eee85
@ -43,8 +43,7 @@ class MinMaxStack:
|
||||
>>> test_stack.push_value(4)
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
Exception: Max stack size reached. Remove elements before
|
||||
adding new ones or increase stack size.
|
||||
Exception: Max stack size reached.
|
||||
|
||||
"""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user