diff --git a/docs/language/api.rst b/docs/language/api.rst index 96d4a73..bbc2868 100644 --- a/docs/language/api.rst +++ b/docs/language/api.rst @@ -831,7 +831,7 @@ lisp-if / lif and lisp-if-not / lif-not .. versionadded:: 0.10.0 -.. versionadded:: 0.10.2 +.. versionadded:: 0.11.0 lisp-if-not / lif-not For those that prefer a more Lispy ``if`` clause, we have ``lisp-if``, or @@ -944,11 +944,11 @@ This can be confirmed via Python's built-in ``help`` function:: times_three(x) Multiplies input by three and returns result (END) - + last ----------- -.. versionadded:: 0.10.2 +.. versionadded:: 0.11.0 ``last`` can be used for accessing the last element of a collection: @@ -956,7 +956,7 @@ last => (last [2 4 6]) 6 - + let --- diff --git a/docs/language/cli.rst b/docs/language/cli.rst index 6670d0c..28bd067 100644 --- a/docs/language/cli.rst +++ b/docs/language/cli.rst @@ -31,7 +31,7 @@ Command Line Options all arguments after the *module* name are passed to the module in ``sys.argv``. - .. versionadded:: 0.10.2 + .. versionadded:: 0.11.0 .. cmdoption:: --spy