Skip to content

Commit dd82378

Browse files
author
Release Manager
committed
gh-35962: Fix documentation formatting problem: kRegularSequence.partial_sums <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> Fix the following formatting problem ![image](https://github.com/sagemath/sage/assets/9355569/14eae9ab- cd41-465d-8139-2ff67c7e2b7c) <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #35962 Reported by: cheuberg Reviewer(s): Daniel Krenn
2 parents 448341b + 3617312 commit dd82378

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
@@ -1041,7 +1041,7 @@ def forward_differences(self, **kwds):
10411041
def partial_sums(self, include_n=False):
10421042
r"""
10431043
Return the sequence of partial sums of this
1044-
`k`-regular sequence. That is, the `n`th entry of the result
1044+
`k`-regular sequence. That is, the `n`-th entry of the result
10451045
is the sum of the first `n` entries in the original sequence.
10461046
10471047
INPUT:

0 commit comments

Comments
 (0)