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

Commit

Permalink
src/sage_setup/clean.py: Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Aug 3, 2020
1 parent fcad518 commit 55c3fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage_setup/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def _find_stale_files(site_packages, python_packages, python_modules, ext_module
sage: from sage.env import SAGE_SRC, SAGE_LIB
sage: cythonized_dir = os.path.join(SAGE_SRC, "build", "cythonized")
sage: from sage_setup.find import find_python_sources, find_extra_files
sage: python_packages, python_modules = find_python_sources(
sage: python_packages, python_modules, cython_modules = find_python_sources(
....: SAGE_SRC, ['sage', 'sage_setup'])
sage: extra_files = list(find_extra_files(SAGE_SRC,
....: ['sage', 'sage_setup'], cythonized_dir, []).items())
Expand Down

0 comments on commit 55c3fbc

Please sign in to comment.