You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docxtpl/template.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,8 @@
32
32
fromdocx.parts.storyimportStoryPart
33
33
from .subdocimportSubdoc
34
34
35
-
# _element of docx.document.Document is [CT_Document](https://github.com/python-openxml/python-docx/blob/e45454602b53e8e572b179ccf1c91093ec9f4ed7/src/docx/document.py#L35)
35
+
# _element of docx.document.Document is CT_Document
0 commit comments