From 93399d01b48819f8b8ca5d2d04455f56dd4153a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 23 Feb 2019 21:49:28 +0100 Subject: [PATCH] Test with link character --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c70030..e054240 100644 --- a/README.md +++ b/README.md @@ -1467,7 +1467,8 @@ last_el = op.methodcaller('pop')() 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 >>> from ast import literal_eval >>> literal_eval('1 + 2')