From a50775bec8bd4cd6e7375167a29cf9966cdca152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 23 Feb 2019 21:49:01 +0100 Subject: [PATCH] Test with link character --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a7865d..0c70030 100644 --- a/README.md +++ b/README.md @@ -1467,7 +1467,7 @@ 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')