use 'view' instead of 'screen'

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Jakub Trllo 2025-06-19 10:29:45 +02:00 committed by GitHub
parent b4ab80df2e
commit f673abebc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1142,7 +1142,7 @@ def oiio_color_convert(
if not target_colorspace and not target_view and not target_display:
raise ValueError(
"Both screen and display must be set if target_colorspace is not "
"Both view and display must be set if target_colorspace is not "
"provided."
)