From 313dff554808f24c06f20a3bb7c38ae02b4493c1 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sat, 11 Jun 2016 01:04:07 +0200 Subject: [PATCH] Fix typo --- docs/language/core.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/language/core.rst b/docs/language/core.rst index b3bb65f..80b2c0e 100644 --- a/docs/language/core.rst +++ b/docs/language/core.rst @@ -141,7 +141,7 @@ is ``True``, the function prints Python code instead. print('Hello World!') -.. _emtpy?-fn: +.. _empty?-fn: empty? ------