Skip to content

Commit 9e1b861

Browse files
Minor doc update
1 parent 863ae89 commit 9e1b861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extract_msg/msg_classes/msg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(self, path, **kwargs):
5757
:param path: path to the msg file in the system or is the raw msg file.
5858
:param prefix: Used for extracting embedded msg files inside the main
5959
one. Do not set manually unless you know what you are doing.
60-
:param parentMsg: Used for synchronizing named properties instances. Do
60+
:param parentMsg: Used for synchronizing instances of shared objects. Do
6161
not set this unless you know what you are doing.
6262
:param initAttachment: Optional, the method used when creating an
6363
attachment for an MSG file. MUST be a function that takes 2

0 commit comments

Comments
 (0)