We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd38dc8 commit 347f2a0Copy full SHA for 347f2a0
docx/opc/customprops.py
@@ -1,8 +1,7 @@
1
# encoding: utf-8
2
3
"""
4
-The :mod:`pptx.packaging` module coheres around the concerns of reading and
5
-writing presentations to and from a .pptx file.
+Support reading and writing custom properties to and from a .docx file.
6
7
8
from __future__ import (
docx/opc/package.py
@@ -45,8 +45,8 @@ def core_properties(self):
45
@property
46
def custom_properties(self):
47
48
- |CustomProperties| object providing read/write access to the Dublin
49
- Core properties for this document.
+ |CustomProperties| object providing read/write access to the
+ custom properties for this document.
50
51
return self._custom_properties_part.custom_properties
52
0 commit comments