Skip to content

Conversation

@mrKazzila
Copy link
Contributor

Changes proposed in this pull request:

  • Changed string formatting method to f-strings
  • Updated __repr__ method for PdfName class from f"PdfName({repr(self.name)})" to f"{self.__class__.__name__}({repr(self.name)})"

@aclark4life
Copy link
Member

Ambitious!

@radarhere radarhere merged commit 93ca52f into python-pillow:main May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants