Skip to content

Commit f7438fc

Browse files
committed
one more fix
1 parent 2a4c8cd commit f7438fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/rings/lazy_series.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,8 +1482,8 @@ def define(self, s):
14821482
sage: f
14831483
1 + t + t^2 + 2*t^3 + 6*t^4 + 23*t^5 + 104*t^6 + O(t^7)
14841484
sage: oeis(f[1:20]) # optional - internet
1485-
0: A030266: Shifts left under COMPOSE transform with itself.
1486-
1: A110447: Permutations containing 3241 patterns only as part of 35241 patterns.
1485+
0: A030266: ...
1486+
1: A110447: ...
14871487
14881488
The following can only work for power series, where we have a
14891489
minimal valuation of `0`::

0 commit comments

Comments
 (0)