From cf833b023cf7a788bacb5c5a6c665eb3a5b9f284 Mon Sep 17 00:00:00 2001 From: hpk Date: Wed, 1 Oct 2008 11:11:29 +0200 Subject: [PATCH] [svn r58516] fix typo --HG-- branch : trunk --- py/doc/misc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/doc/misc.txt b/py/doc/misc.txt index befa5493e..a7471869a 100644 --- a/py/doc/misc.txt +++ b/py/doc/misc.txt @@ -199,7 +199,7 @@ Currently these are: * subprocess * textwrap -They are used by replacing the normal ``import ...`` byr +They are used by replacing the normal ``import ...`` by ``from py.compat import ...``. :api:`py.builtin`