Skip to content

Commit 347f2a0

Browse files
fix copy&paste errors in docstrings
1 parent dd38dc8 commit 347f2a0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docx/opc/customprops.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# encoding: utf-8
22

33
"""
4-
The :mod:`pptx.packaging` module coheres around the concerns of reading and
5-
writing presentations to and from a .pptx file.
4+
Support reading and writing custom properties to and from a .docx file.
65
"""
76

87
from __future__ import (

docx/opc/package.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ def core_properties(self):
4545
@property
4646
def custom_properties(self):
4747
"""
48-
|CustomProperties| object providing read/write access to the Dublin
49-
Core properties for this document.
48+
|CustomProperties| object providing read/write access to the
49+
custom properties for this document.
5050
"""
5151
return self._custom_properties_part.custom_properties
5252

0 commit comments

Comments
 (0)