resource_string() from pkg_resources opens dictionary.txt as 'rb', which puts byte literals in front of all the words when using python 3. ``` >>> get_sentence() "B'cras' b'mi' b'a' b'vulputate' b'arcu'." ```