Skip to content

Commit 1cc529a

Browse files
committed
Undo
1 parent 636415f commit 1cc529a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,8 +1467,7 @@ last_el = op.methodcaller('pop')(<list>)
14671467

14681468
Eval
14691469
----
1470-
### Basic <a href="https://docs.python.org/3/library/ast.html?highlight=literal_eval#ast.literal_eval"><img src="web/external_link.png" alt="External link" style="width:10px;height:10px;border:0;"></a>
1471-
1470+
### Basic
14721471
```python
14731472
>>> from ast import literal_eval
14741473
>>> literal_eval('1 + 2')

0 commit comments

Comments
 (0)