From 80771ac99c3886a89bda4c11e5a87a342004b15d Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Mon, 2 Sep 2019 14:36:44 -0400 Subject: [PATCH] Remove documentation of `print` in api.rst There is no longer any such special form. We just use Python 3's built-in function. --- docs/language/api.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/language/api.rst b/docs/language/api.rst index c4f877b..5fe8920 100644 --- a/docs/language/api.rst +++ b/docs/language/api.rst @@ -1406,18 +1406,6 @@ parameter will be returned. True -print ------ - -``print`` is used to output on screen. Example usage: - -.. code-block:: clj - - (print "Hello world!") - -.. note:: ``print`` always returns ``None``. - - .. _quasiquote: quasiquote