Skip to content

Commit 5b2fb5c

Browse files
committed
Trac #21325 review comment 12: fixup docstring partial_sums
1 parent 44a314d commit 5b2fb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/k_regular_sequence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ def partial_sums(self, include_n=False):
608608
INPUT:
609609
610610
- ``include_n`` -- (default: ``False``) a boolean. If set, then
611-
the `n`th entry of the result is the sum of the entries up
611+
the `n`-th entry of the result is the sum of the entries up
612612
to index `n` (included).
613613
614614
- ``minimize`` -- (default: ``None``) a boolean or ``None``.

0 commit comments

Comments
 (0)