From 8f6477f6959435160128fedfcb894e0cc25a567e Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 12 Jun 2011 16:39:38 -0500 Subject: [PATCH] fix spacing --- doc/assert.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/assert.txt b/doc/assert.txt index e32e31489..fd9979032 100644 --- a/doc/assert.txt +++ b/doc/assert.txt @@ -179,11 +179,9 @@ easy to rewrite the assertion and avoid any trouble:: All assert introspection can be turned off by passing ``--assertmode=off``. .. versionadded:: 2.1 - Add assert rewriting as an alternate introspection technique. .. versionchanged:: 2.1 - Introduce the ``--assertmode`` option. Deprecate ``--no-assert`` and ``--nomagic``.