Skip to content

Commit

Permalink
Docstring suggestions by davidlowryduda
Browse files Browse the repository at this point in the history
For one-line OUTPUT commits: 37fe9ec, c284b26, 021184a, 713e80d,
53ea68f.
Also includes a lint correction.
  • Loading branch information
gmou3 committed Jun 13, 2024
1 parent c0080c6 commit a049e61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/sage/combinat/bijectionist.py
Original file line number Diff line number Diff line change
Expand Up @@ -3100,6 +3100,8 @@ def _non_copying_intersection(sets):
return result
if s == result:
return s


"""
TESTS::
Expand Down
2 changes: 1 addition & 1 deletion src/sage/rings/polynomial/polynomial_rational_flint.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2085,7 +2085,7 @@ cdef class Polynomial_rational_flint(Polynomial):
``'gap'``, for degrees from 12 to 15;
``'kash'``, for degrees from 16 or more).
OUTPUT: galois group
OUTPUT: Galois group
ALGORITHM:
Expand Down
2 changes: 1 addition & 1 deletion src/sage/rings/polynomial/polynomial_singular_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def _singular_(self, singular=None):
- ``singular`` -- Singular instance
OUTPUT: singular ring matching this ring
OUTPUT: Singular ring matching this ring
EXAMPLES::
Expand Down

0 comments on commit a049e61

Please sign in to comment.