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

Commit b42920b

Browse files
committed
trac 30010: (typo) change sage_doctest -> sage_docbuild
1 parent b6abe5e commit b42920b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/doctest/control.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ def all_files():
697697
# don't make sense to run outside a build environment
698698
if have_git:
699699
self.files.append(opj(SAGE_SRC, 'sage_setup'))
700-
self.files.append(opj(SAGE_SRC, 'sage_doctest'))
700+
self.files.append(opj(SAGE_SRC, 'sage_docbuild'))
701701
self.files.append(SAGE_DOC_SRC)
702702

703703
if self.options.all or (self.options.new and not have_git):

0 commit comments

Comments
 (0)