Skip to content

Commit 128fc1e

Browse files
committed
improve doc
1 parent c4f248d commit 128fc1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data_structures/stacks/prefix_evaluation.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""
2-
Python3 program to evaluate a prefix expression.
2+
Program to evaluate a prefix expression.
3+
https://en.wikipedia.org/wiki/Polish_notation
34
"""
45

56
calc = {

0 commit comments

Comments
 (0)