From e28c5b6c6b0b3c3e41fd025396ab93069b1ab3ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 23 Feb 2019 21:50:16 +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 9485321..a53f5f4 100644 --- a/README.md +++ b/README.md @@ -1468,7 +1468,7 @@ last_el = op.methodcaller('pop')() Eval ---- ### Basic -[doc](https://docs.python.org/3/library/ast.html?highlight=literal_eval#ast.literal_eval +[doc](https://docs.python.org/3/library/ast.html?highlight=literal_eval#ast.literal_eval) ```python >>> from ast import literal_eval >>> literal_eval('1 + 2')