Skip to content

Commit 15cea64

Browse files
fchapotontscrim
andauthored
Update src/sage/rings/polynomial/polynomial_element.pyx
Co-authored-by: Travis Scrimshaw <[email protected]>
1 parent 4972c0d commit 15cea64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/polynomial_element.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8869,7 +8869,7 @@ cdef class Polynomial(CommutativeAlgebraElement):
88698869
- ``explain`` -- boolean (default: ``False``); if ``True``
88708870
return a tuple whose first element is the boolean result of the test,
88718871
and the second element is a string describing the reason the test failed,
8872-
or ``None`` if the test succeeded.
8872+
or ``None`` if the test succeeded
88738873
88748874
EXAMPLES::
88758875

0 commit comments

Comments
 (0)