Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 55c3fbc

Browse files
author
Matthias Koeppe
committed
src/sage_setup/clean.py: Fix doctest
1 parent fcad518 commit 55c3fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage_setup/clean.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def _find_stale_files(site_packages, python_packages, python_modules, ext_module
8080
sage: from sage.env import SAGE_SRC, SAGE_LIB
8181
sage: cythonized_dir = os.path.join(SAGE_SRC, "build", "cythonized")
8282
sage: from sage_setup.find import find_python_sources, find_extra_files
83-
sage: python_packages, python_modules = find_python_sources(
83+
sage: python_packages, python_modules, cython_modules = find_python_sources(
8484
....: SAGE_SRC, ['sage', 'sage_setup'])
8585
sage: extra_files = list(find_extra_files(SAGE_SRC,
8686
....: ['sage', 'sage_setup'], cythonized_dir, []).items())

0 commit comments

Comments
 (0)