From 95195c8d339550c38cbf7c356004cf2db93b8375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 23 Feb 2019 21:46:31 +0100 Subject: [PATCH] Test with link character --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94cd212..0a7865d 100644 --- a/README.md +++ b/README.md @@ -1465,9 +1465,9 @@ last_el = op.methodcaller('pop')() ``` -Eval +Eval ---- -### Basic +### 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')