Skip to content

Commit 5f922ff

Browse files
authored
Merge pull request matplotlib#30151 from nakanoh/fix-them-to-then-in-ps-backend-comment
2 parents 3574a7e + 51bc2b8 commit 5f922ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_ps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ class RendererPS(_backend_pdf_ps.RendererPDFPSBase):
406406
def __init__(self, width, height, pswriter, imagedpi=72):
407407
# Although postscript itself is dpi independent, we need to inform the
408408
# image code about a requested dpi to generate high resolution images
409-
# and them scale them before embedding them.
409+
# and then scale them before embedding them.
410410
super().__init__(width, height)
411411
self._pswriter = pswriter
412412
if mpl.rcParams['text.usetex']:

0 commit comments

Comments
 (0)