8000 Fixed a PEP8 issue with backend_pdf.py · matplotlib/matplotlib@e446485 · GitHub
[go: up one dir, main page]

Skip to content

Commit e446485

Browse files
committed
Fixed a PEP8 issue with backend_pdf.py
1 parent 82c0ca2 commit e446485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_pdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ def option_scale_image(self):
15791579

15801580
def option_image_nocomposite(self):
15811581
"""
1582-
return whether to generate a composite image from multiple images on
1582+
return whether to generate a composite image from multiple images on
15831583
a set of axes
15841584
"""
15851585
return not rcParams['image.composite_image']

0 commit comments

Comments
 (0)
0