ud120-projects-py3-jupyter
ud120-projects-py3-jupyter copied to clipboard
Starter Code for the Lesson 11: Text Learning Mini-Project
Hello i'm studying the mini project using ur code and its great so far. i have this issue I couldn't fix
..\utils\maildir/bailey-s/deleted_items/101.
AttributeError Traceback (most recent call last)
~\OneDrive\Desktop\ud120-projects-py3-jupyter-master\ud120-projects-py3-jupyter-master\utils\parse_out_email_text.py in parse_out_text(f) 23 if len(content) > 1: 24 # remove punctuation ---> 25 text_string = content[1].translate(str.maketrans("", ""),str.punctuation) 26 27 # project part 2: comment out the line below
AttributeError: module 'string' has no attribute 'maketrans'