Skip to content

Commit 05a1172

Browse files
committed
minor code formatting
1 parent 279bb1e commit 05a1172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/backends/backend_pdf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,8 +1457,8 @@ def writeInfoDict(self):
14571457
"""Write out the info dictionary, checking it for good form"""
14581458

14591459
is_date = lambda x: isinstance(x, datetime)
1460-
check_trapped = lambda x: isinstance(x, Name) and \
1461-
x.name in ('True', 'False', 'Unknown')
1460+
check_trapped = (lambda x: isinstance(x, Name) and
1461+
x.name in ('True', 'False', 'Unknown'))
14621462
keywords = {'Title': is_string_like,
14631463
'Author': is_string_like,
14641464
'Subject': is_string_like,

0 commit comments

Comments
 (0)