Skip to content

Commit

Permalink
src/sage/interfaces/singular.py: remove nonsense OUTPUT block
Browse files Browse the repository at this point in the history
It looks like the OUTPUT block for singular_version() was copy/pasted
from somewhere else -- it doesn't make sense. We delete it; the
remaining short description of this function is sufficient.
  • Loading branch information
orlitzky committed Nov 9, 2024
1 parent fbd173a commit 0275387
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/sage/interfaces/singular.py
Original file line number Diff line number Diff line change
Expand Up @@ -2486,11 +2486,6 @@ def singular_version():
"""
Return the version of Singular being used.
OUTPUT:
A string describing the Singular function ``name``. A ``KeyError``
is raised if no such function was found in the Singular documentation.
EXAMPLES::
sage: singular.version()
Expand Down

0 comments on commit 0275387

Please sign in to comment.