Skip to content

Commit

Permalink
Small change: fix code comment for color type (#816)
Browse files Browse the repository at this point in the history
Co-authored-by: Pieter Marsman <[email protected]>
  • Loading branch information
sudodoki and pietermarsman authored Dec 29, 2023
1 parent 674fbbb commit a737311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdfminer/pdfinterp.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ def reset(self) -> None:
Color = Union[
float, # Greyscale
Tuple[float, float, float], # R, G, B
Tuple[float, float, float, float],
] # C, M, Y, K
Tuple[float, float, float, float], # C, M, Y, K
]


class PDFGraphicState:
Expand Down

0 comments on commit a737311

Please sign in to comment.