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

Commit a171b19

Browse files
committed
typos
1 parent 5f3188c commit a171b19

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/sage/rings/polynomial/skew_polynomial_finite_order.pyx

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ cdef class SkewPolynomial_finite_order_dense(SkewPolynomial_generic_dense):
195195
By default, the name of the central variable is usually ``z`` (see
196196
:meth:`sage.rings.polynomial.skew_polynomial_ring.SkewPolynomiaRing_finite_order.center`
197197
for more details about this).
198-
However, the user can speciy a different variable name if he/she wish::
198+
However, the user can specify a different variable name if desired::
199199
200200
sage: a.reduced_trace(var='u')
201201
3*u + 4
@@ -258,7 +258,7 @@ cdef class SkewPolynomial_finite_order_dense(SkewPolynomial_generic_dense):
258258
By default, the name of the central variable is usually ``z`` (see
259259
:meth:`sage.rings.polynomial.skew_polynomial_ring.SkewPolynomiaRing_finite_order.center`
260260
for more details about this).
261-
However, the user can speciy a different variable name if he/she wish::
261+
However, the user can speciify a different variable name if desired::
262262
263263
sage: a.reduced_norm(var='u')
264264
u^3 + 4*u^2 + 4

src/sage/rings/polynomial/skew_polynomial_ring.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,8 @@ def center(self, name=None, names=None, default=False):
13301330
- ``name`` -- a string or ``None`` (default: ``None``);
13311331
the name for the central variable (namely `x^r`)
13321332
1333-
- ``default`` -- a boolean (default: ``False``)
1333+
- ``default`` -- a boolean (default: ``False``); if ``True``,
1334+
set the default variable name for the center to ``name``
13341335
13351336
EXAMPLES::
13361337

0 commit comments

Comments
 (0)