Skip to content

Commit

Permalink
cherry pick the commit from #34610
Browse files Browse the repository at this point in the history
  • Loading branch information
mantepse authored and DavidAyotte committed Mar 11, 2023
1 parent 93a58ea commit 48bb425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/rings/lazy_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -4344,7 +4344,7 @@ def __call__(self, *g, check=True):
Given a Taylor series `f` of arity `n` and a tuple of Taylor
series `g = (g_1,\dots, g_n)` over the same base ring, the
composition `f \circ g` is defined if and only if for each
`1\leq k\leq n`:
`1\leq i\leq n`:
- `g_i` is zero, or
- setting all variables except the `i`-th in `f` to zero
Expand Down Expand Up @@ -5285,7 +5285,7 @@ def __call__(self, *args, check=True):
Given a lazy symmetric function `f` of arity `n` and a tuple
of lazy symmetric functions `g = (g_1,\dots, g_n)` over the
same base ring, the composition (or plethysm) `(f \circ g)`
is defined if and only if for each `1\leq k\leq n`:
is defined if and only if for each `1\leq i\leq n`:
- `g_i = 0`, or
- setting all alphabets except the `i`-th in `f` to zero
Expand Down

0 comments on commit 48bb425

Please sign in to comment.