Skip to content

Commit 3617312

Browse files
committed
Fix documentation formatting problem
1 parent 1ca4a47 commit 3617312

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
@@ -683,7 +683,7 @@ def forward_differences(self, **kwds):
683683
def partial_sums(self, include_n=False):
684684
r"""
685685
Return the sequence of partial sums of this
686-
`k`-regular sequence. That is, the `n`th entry of the result
686+
`k`-regular sequence. That is, the `n`-th entry of the result
687687
is the sum of the first `n` entries in the original sequence.
688688
689689
INPUT:

0 commit comments

Comments
 (0)