From e05ff0338a0220b63de93461eacf0706d55f8623 Mon Sep 17 00:00:00 2001 From: "NODA, Kai" Date: Mon, 6 Mar 2017 01:01:55 +0800 Subject: [PATCH] assert.rst: typographical correction --- doc/en/assert.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/assert.rst b/doc/en/assert.rst index d93da178d..aeb9a5d35 100644 --- a/doc/en/assert.rst +++ b/doc/en/assert.rst @@ -287,5 +287,5 @@ For further information, Benjamin Peterson wrote up `Behind the scenes of pytest ``--nomagic``. .. versionchanged:: 3.0 - Removes the ``--no-assert`` and``--nomagic`` options. + Removes the ``--no-assert`` and ``--nomagic`` options. Removes the ``--assert=reinterp`` option.