Skip to content

Commit

Permalink
src/sage/interfaces/singular.py: False -> False in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
orlitzky committed Nov 9, 2024
1 parent 5f8f525 commit fbd173a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/sage/interfaces/singular.py
Original file line number Diff line number Diff line change
Expand Up @@ -2335,12 +2335,12 @@ def get_docstring(name, prefix=False, code=False):
INPUT:
- ``name`` -- a Singular function name
- ``prefix`` -- boolean (default: False); whether or not to include
the prefix stating that what follows is from the Singular
documentation.
- ``code`` -- boolean (default: False); whether or not to format the
result as a reStructuredText code block. This is intended to support
the feature requested in :issue:`11268`.
- ``prefix`` -- boolean (default: ``False``); whether or not to
include the prefix stating that what follows is from the
Singular documentation.
- ``code`` -- boolean (default: ``False``); whether or not to
format the result as a reStructuredText code block. This is
intended to support the feature requested in :issue:`11268`.
OUTPUT:
Expand Down

0 comments on commit fbd173a

Please sign in to comment.