Skip to content

Commit b695c04

Browse files
committed
34185: fix RST issues
1 parent f69396c commit b695c04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sage/doctest/control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@ def run(self):
13531353
Features detected...
13541354
0
13551355
1356-
We test the ``--hide`` option (:trac:`34185`):
1356+
We test the ``--hide`` option (:trac:`34185`)::
13571357
13581358
sage: from sage.doctest.control import test_hide
13591359
sage: filename = tmp_filename(ext='.py')

src/sage/features/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def is_optional(self):
348348
def hide(self):
349349
r"""
350350
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
352352
that it is not available. To revert this use :meth:`unhide`.
353353
354354
EXAMPLES:

0 commit comments

Comments
 (0)