Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d8f9fc

Browse files
committed
Update appprops.py
1 parent 16026d7 commit 1d8f9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docx/opc/appprops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __init__(self, element):
1818

1919
@property
2020
def template(self):
21-
return self._element
21+
return self._element.Template
2222

2323
@template.setter
2424
def template(self, value):

0 commit comments

Comments
 (0)