Skip to content

Commit eb908b4

Browse files
soehmsMatthias Köppe
andauthored
Fix docstring in features/__init__.py
Co-authored-by: Matthias Köppe <[email protected]>
1 parent dd7e714 commit eb908b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/sage/features/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,9 @@ def hide(self):
402402

403403
def unhide(self):
404404
r"""
405-
Revert what :meth:`hide` does. It returns the number of events
406-
a present feature has been hidden.
405+
Revert what :meth:`hide` did.
406+
407+
OUTPUT: The number of events a present feature has been hidden.
407408
408409
EXAMPLES:
409410

0 commit comments

Comments
 (0)