Skip to content

Commit a56e345

Browse files
committed
Doc change
1 parent 5e8977f commit a56e345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/rings/polynomial/infinite_polynomial_element.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,8 @@ def subs(self, fixed=None, **kwargs):
468468
sage: f = x[1] + x[1]*x[2]*x[3]
469469
470470
Passing ``fixed={x[1]: x[0]}``. Note that the keys may be given
471-
using the ``.__getitem__`` method of the infinite polynomial
472-
generator ``x_*`` or as a string::
471+
using the generators of the infinite polynomial ring
472+
or as a string::
473473
474474
sage: f.subs({x[1]: x[0]})
475475
x_3*x_2*x_0 + x_0

0 commit comments

Comments
 (0)