Skip to content

Commit 759fbf8

Browse files
authored
Update regions.md
1 parent ee37c2b commit 759fbf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/regions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Here we present the idea as a reverse polish evaluator.
249249
>>> calc("4 x y + *")
250250
```
251251
The idea is to interpolate the `x` and `y` into the string while evaluating it.
252-
```
252+
```python
253253
def calc(str):
254254
ctxt = sys._getframe().f_back
255255
ops = str.split()

0 commit comments

Comments
 (0)