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

Commit b4d2b8e

Browse files
author
Matthias Koeppe
committed
src/sage/doctest/control.py: Update doctest output
1 parent e80c135 commit b4d2b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/doctest/control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ def add_files(self):
717717
sage: DD = DocTestDefaults(all=True, logfile=log_location)
718718
sage: DC = DocTestController(DD, [])
719719
sage: DC.add_files()
720-
Doctesting entire Sage library.
720+
Doctesting ...
721721
sage: os.path.join(SAGE_SRC, 'sage') in DC.files
722722
True
723723

0 commit comments

Comments
 (0)