Closed mattbonnell closed 6 years ago
Thanks @mattbonnell , I've solved this using six.text_type instead (compatible with python 2 and 3), but I appreciate you bringing this to my attention https://github.com/derwentx/wp-api-python/commit/0664730c6fee4db5e4e16c92db75c8d7db2c04e4
Changed a call to unicode() to a call to str() for python3 compatibility.
Got rid of typo