Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jun 28, 2022
1 parent 34cdca3 commit 202279f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions PyPDF2/xmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,9 @@ def xmp_modifyDate(self, value: datetime.datetime) -> None: # pragma: no cover
_getter_single(XMP_NAMESPACE, "MetadataDate", _converter_date)
)
"""
The date and time that any metadata for this resource was last
changed. The date and time are returned as a UTC datetime.datetime
object.
The date and time that any metadata for this resource was last changed.
The date and time are returned as a UTC datetime.datetime object.
"""

@property
Expand All @@ -437,9 +437,7 @@ def xmp_metadataDate(self, value: datetime.datetime) -> None: # pragma: no cove
self.xmp_metadata_date = value

xmp_creator_tool = property(_getter_single(XMP_NAMESPACE, "CreatorTool"))
"""
The name of the first known tool used to create the resource.
"""
"""The name of the first known tool used to create the resource."""

@property
def xmp_creatorTool(self) -> str: # pragma: no cover
Expand Down

0 comments on commit 202279f

Please sign in to comment.