Skip to content

Commit

Permalink
builtins.basestring does not exist, use builtins.str instead
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigc committed Feb 27, 2017
1 parent 3b03975 commit ef55669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/docs/developer/py3-compat.rst
Expand Up @@ -15,7 +15,7 @@ Yes:
.. code-block:: python
from __future__ import print_function
from builtins import basestring
from builtins import str
No:

Expand Down

0 comments on commit ef55669

Please sign in to comment.