Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix docstring in features/__init__.py
Co-authored-by: Matthias Köppe <[email protected]>
  • Loading branch information
soehms and Matthias Köppe authored Mar 11, 2024
commit eb908b4cd83ce9fd21ecedbce4bb91d2c7e5a8b3
5 changes: 3 additions & 2 deletions src/sage/features/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,9 @@ def hide(self):

def unhide(self):
r"""
Revert what :meth:`hide` does. It returns the number of events
a present feature has been hidden.
Revert what :meth:`hide` did.

OUTPUT: The number of events a present feature has been hidden.

EXAMPLES:

Expand Down