Skip to content

Commit accd7cd

Browse files
user202729tscrim
andauthored
Apply suggested changes
Co-authored-by: Travis Scrimshaw <[email protected]>
1 parent d6cdb76 commit accd7cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/misc/misc_c.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,8 @@ cdef balanced_list_sum(L, Py_ssize_t offset, Py_ssize_t count, Py_ssize_t cutoff
414414
415415
- ``L`` -- the terms (MUST be a tuple or list)
416416
- ``off`` -- offset in the list from which to start
417-
- ``count`` -- how many terms in the sum. Must be positive
418-
- ``cutoff`` -- the minimum count to recurse on. Must be at least 2
417+
- ``count`` -- how many terms in the sum; must be positive
418+
- ``cutoff`` -- the minimum count to recurse on; must be at least 2
419419
420420
OUTPUT:
421421

0 commit comments

Comments
 (0)