From 71272ed2858fdeb233176f4113a919899dbe5653 Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Fri, 25 Aug 2023 22:16:46 +0100 Subject: [PATCH] setup.py: minor. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a9f757734..6e9b879f4 100755 --- a/setup.py +++ b/setup.py @@ -942,7 +942,7 @@ def _fs_update(text, path): def _build_extensions( mupdf_local, mupdf_build_dir, build_type): ''' - Builds Python extension module `extra` and `_fitz`. + Builds Python extension module `_fitz` and `_extra`. Returns (path_so_leaf_a, path_so_leaf_b), the leafnames of the generated shared libraries within mupdf_build_dir.