Browse Source

Test with link character

pull/27/head
Jure Šorn 6 years ago
parent
commit
a50775bec8
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1467,7 +1467,7 @@ last_el = op.methodcaller('pop')(<list>)
Eval Eval
---- ----
### Basic [🔗](https://docs.python.org/3/library/ast.html?highlight=literal_eval#ast.literal_eval
### Basic [](https://docs.python.org/3/library/ast.html?highlight=literal_eval#ast.literal_eval
```python ```python
>>> from ast import literal_eval >>> from ast import literal_eval
>>> literal_eval('1 + 2') >>> literal_eval('1 + 2')

Loading…
Cancel
Save