Skip to content

Commit f09192f

Browse files
user202729tscrim
andauthored
Apply suggested changes
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
1 parent c0c36b7 commit f09192f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/factorint_flint.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ from sage.libs.flint.fmpz_factor_sage cimport *
2424
from sage.rings.integer cimport Integer
2525

2626

27-
def factor_using_flint(Integer n, unsigned bits = 0):
27+
def factor_using_flint(Integer n, unsigned bits=0):
2828
r"""
2929
Factor the nonzero integer ``n`` using FLINT.
3030

0 commit comments

Comments
 (0)