Skip to content

Commit 2400ee1

Browse files
committed
capitalise "test"
1 parent 374e7e9 commit 2400ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/arith/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2689,7 +2689,7 @@ def factor(n, proof=None, int_=False, algorithm='pari', verbose=0, **kwds):
26892689
...
26902690
TypeError: unable to factor 'xyz'
26912691
2692-
test that :issue:`35219` is fixed::
2692+
Test that :issue:`35219` is fixed::
26932693
26942694
sage: len(factor(2^2203-1,proof=false))
26952695
1

0 commit comments

Comments
 (0)