fixed import
This commit is contained in:
parent
cfbc783ffc
commit
bd6771bb1d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue