Update constants.py · python-openxml/python-docx@efab686

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit efab686

authored

Update constants.py

WML_DOCUMENT_MAIN kompatibel zu Macros gemacht

1 parent da75fcf commit efab686

File tree

1 file changed

+

1

-

2

lines changed

1 file changed

+

1

-

2

lines changed

Lines changed: 1 addition & 2 deletions

Original file line numberDiff line numberDiff line change

@@ -277,8 +277,7 @@ class CONTENT_TYPE(object):

277277

'ment.glossary+xml'

278278

)

279279

WML_DOCUMENT_MAIN = (

280-

'application/vnd.openxmlformats-officedocument.wordprocessingml.docu'

281-

'ment.main+xml'

280+

'application/vnd.ms-word.document.macroEnabled.main+xml'

282281

)

283282

WML_ENDNOTES = (

284283

'application/vnd.openxmlformats-officedocument.wordprocessingml.endn'

0 commit comments

Comments

 (0)