chore: typo fix

Signed-off-by: nkh0472 <67589323+nkh0472@users.noreply.github.com>
This commit is contained in:
nkh0472 2025-04-26 17:08:02 +08:00 committed by GitHub
parent 00fc7e5e23
commit 980cc076e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -521,7 +521,7 @@ def convert( # noqa: C901
if image_export_mode != ImageRefMode.PLACEHOLDER: if image_export_mode != ImageRefMode.PLACEHOLDER:
pipeline_options.generate_page_images = True pipeline_options.generate_page_images = True
pipeline_options.generate_picture_images = ( pipeline_options.generate_picture_images = (
True # FIXME: to be deprecated in verson 3 True # FIXME: to be deprecated in version 3
) )
pipeline_options.images_scale = 2 pipeline_options.images_scale = 2