From 6fdcecb8641d67b670dfc1452bccb346fb163d77 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 28 May 2011 16:04:36 -0500 Subject: [PATCH] typo --- doc/assert.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/assert.txt b/doc/assert.txt index 9f26a8446..ca99612ca 100644 --- a/doc/assert.txt +++ b/doc/assert.txt @@ -167,7 +167,7 @@ easy to rewrite the assertion and avoid any trouble:: content = f.read() assert content != '...' -All assert introspeciton can be turned off by passing ``--assertmode=off``. +All assert introspection can be turned off by passing ``--assertmode=off``. .. versionadded:: 2.1