Currently when saving a word document using python-docx, such as this:
from docx import Document document = Document() document.add_paragraph("test"