Skip to content

Commit

Permalink
src/sage/misc/sageinspect.py: Mark a doctest that needs sphinx format…
Browse files Browse the repository at this point in the history
…ting as # needs sphinx
  • Loading branch information
Matthias Koeppe committed Apr 1, 2024
1 parent 007721a commit 9b3ddf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/misc/sageinspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
sage: sage_getfile(BlockFinder)
'.../sage/misc/sageinspect.py'
sage: sage_getdoc(BlockFinder).lstrip()[:50]
sage: sage_getdoc(BlockFinder).lstrip()[:50] # needs sphinx
'Provide a "tokeneater()" method to detect the end '
sage: sage_getsource(BlockFinder)
'class BlockFinder:...'
Expand Down

0 comments on commit 9b3ddf9

Please sign in to comment.