File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1353,7 +1353,7 @@ def run(self):
1353
1353
Features detected...
1354
1354
0
1355
1355
1356
- We test the ``--hide`` option (:trac:`34185`):
1356
+ We test the ``--hide`` option (:trac:`34185`)::
1357
1357
1358
1358
sage: from sage.doctest.control import test_hide
1359
1359
sage: filename = tmp_filename(ext='.py')
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ def is_optional(self):
348
348
def hide (self ):
349
349
r"""
350
350
Hide this feature. For example this is used when the doctest option
351
- ``--hide``is set. Setting an installed feature as hidden pretends
351
+ ``--hide`` is set. Setting an installed feature as hidden pretends
352
352
that it is not available. To revert this use :meth:`unhide`.
353
353
354
354
EXAMPLES:
You can’t perform that action at this time.
0 commit comments