Skip to content

Commit 2863a6a

Browse files
committed
Test with link character
1 parent e28c5b6 commit 2863a6a

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
1471-
[doc](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)
14721471
```python
14731472
>>> from ast import literal_eval
14741473
>>> literal_eval('1 + 2')

0 commit comments

Comments
 (0)