From 868b42ca77147251bafa2bc175f931caca838c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 23 Feb 2019 21:51:43 +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 14ced7a..5a82b05 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')