Skip to content

Commit e28c5b6

Browse files
committed
Test with link character
1 parent e34b4ac commit e28c5b6

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
@@ -1468,7 +1468,7 @@ last_el = op.methodcaller('pop')(<list>)
14681468
Eval
14691469
----
14701470
### Basic
1471-
[doc](https://docs.python.org/3/library/ast.html?highlight=literal_eval#ast.literal_eval
1471+
[doc](https://docs.python.org/3/library/ast.html?highlight=literal_eval#ast.literal_eval)
14721472
```python
14731473
>>> from ast import literal_eval
14741474
>>> literal_eval('1 + 2')

0 commit comments

Comments
 (0)