Skip to content

Commit 30cb618

Browse files
author
Matthias Koeppe
committed
src/sage/misc/replace_dot_all.py: Update doctest output
1 parent 9378431 commit 30cb618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/misc/replace_dot_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def process_line(location, line, replacements, row_index, verbose=False):
298298
sage: from sage.misc.replace_dot_all import *
299299
sage: location = os.path.join(sage.env.SAGE_SRC, 'sage/plot/arc.py')
300300
sage: replacements = find_replacements(location, package_regex='sage[.]plot[.]all', verbose=True); replacements
301-
[[476, 24, 'from sage.plot.graphics import Graphics']]
301+
[[477, 24, 'from sage.plot.graphics import Graphics']]
302302
sage: with open(location, "r") as file:
303303
....: lines = file.readlines()
304304
sage: row_index, col_number, *_ = replacements[0]

0 commit comments

Comments
 (0)