Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/stdlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if you need to support both Python 2 and Python 3 without ``2to3`` conversion.
The ``six`` module\ [#six]_ has support for most of the standard library
reorganization. You can import the reorganized modules from ``six.moves``::

>>> from six.moves import cStringIO
>>> from six.moves import StringIO

In Python 2 this will be equivalent to::

Expand Down