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`