Skip to content

Commit 95195c8

Browse files
committed
Test with link character
1 parent 1cc529a commit 95195c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,9 +1465,9 @@ last_el = op.methodcaller('pop')(<list>)
14651465
```
14661466

14671467

1468-
Eval
1468+
Eval
14691469
----
1470-
### Basic
1470+
### Basic [🔗](https://docs.python.org/3/library/ast.html?highlight=literal_eval#ast.literal_eval
14711471
```python
14721472
>>> from ast import literal_eval
14731473
>>> literal_eval('1 + 2')

0 commit comments

Comments
 (0)