We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1835ed4 commit 03670bdCopy full SHA for 03670bd
src/sage/features/__init__.py
@@ -403,7 +403,7 @@ def hide(self):
403
def unhide(self):
404
r"""
405
Revert what :meth:`hide` did.
406
-
+
407
OUTPUT: The number of events a present feature has been hidden.
408
409
EXAMPLES:
@@ -423,7 +423,6 @@ def unhide(self):
423
return int(num_hidings)
424
425
426
427
class FeatureNotPresentError(RuntimeError):
428
429
A missing feature error.
src/sage/features/join_feature.py
@@ -153,7 +153,7 @@ def hide(self):
153
154
155
156
157
158
159
EXAMPLES::
0 commit comments