Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
minor correction in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Aug 26, 2016
1 parent a2fe6f3 commit e4cec17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sage/combinat/k_regular_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def subsequence(self, a, b, minimize=True):
of all `c_j(an+b_j)`.
- ``minimize`` -- (default: ``True``) a boolean. If set, then
:meth:`minimized` is called after the addition.
:meth:`minimized` is called after the operation.
OUTPUT:
Expand Down Expand Up @@ -482,7 +482,7 @@ def backward_differences(self, **kwds):
INPUT:
- ``minimize`` -- (default: ``True``) a boolean. If set, then
:meth:`minimized` is called after the addition.
:meth:`minimized` is called after the operation.
OUTPUT:
Expand Down Expand Up @@ -522,7 +522,7 @@ def forward_differences(self, **kwds):
INPUT:
- ``minimize`` -- (default: ``True``) a boolean. If set, then
:meth:`minimized` is called after the addition.
:meth:`minimized` is called after the operation.
OUTPUT:
Expand Down Expand Up @@ -563,7 +563,7 @@ def partial_sums(self, include_n=False, minimize=True):
to index `n` (included).
- ``minimize`` -- (default: ``True``) a boolean. If set, then
:meth:`minimized` is called after the addition.
:meth:`minimized` is called after the operation.
OUTPUT:
Expand Down

0 comments on commit e4cec17

Please sign in to comment.