fixed import

This commit is contained in:
Tarek Ziadé 2009-12-21 11:26:17 +00:00
parent cfbc783ffc
commit bd6771bb1d
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ These markers are using a micro-language that can be interpreted using a
function ``interpret_marker`` provided in the ``distutils.util`` module
in the stdlib::
>>> from distutils.util import
>>> from distutils.util import interpret_marker
>>> interpret_marker("sys.platform == 'win32'")
True