diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptography/x509.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/x509.py b/src/cryptography/x509.py index 02277658..50fae716 100644 --- a/src/cryptography/x509.py +++ b/src/cryptography/x509.py @@ -546,7 +546,7 @@ class NoticeReference(object): def __repr__(self): return ( - "<NoticeReference(organization={0.organization}, notice_numbers=" + "<NoticeReference(organization={0.organization!r}, notice_numbers=" "{0.notice_numbers})>".format(self) ) |