[svn r58516] fix typo

--HG--
branch : trunk
This commit is contained in:
hpk 2008-10-01 11:11:29 +02:00
parent a80bfae0a1
commit cf833b023c
1 changed files with 1 additions and 1 deletions

View File

@ -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`