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

Commit

Permalink
trac 30010: (typo) change sage_doctest -> sage_docbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpalmieri committed Feb 23, 2021
1 parent b6abe5e commit b42920b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/doctest/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ def all_files():
# don't make sense to run outside a build environment
if have_git:
self.files.append(opj(SAGE_SRC, 'sage_setup'))
self.files.append(opj(SAGE_SRC, 'sage_doctest'))
self.files.append(opj(SAGE_SRC, 'sage_docbuild'))
self.files.append(SAGE_DOC_SRC)

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

0 comments on commit b42920b

Please sign in to comment.