Skip to content

Commit a50775b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

14681468
Eval
14691469
----
1470-
### Basic [🔗](https://docs.python.org/3/library/ast.html?highlight=literal_eval#ast.literal_eval
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)