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

Commit

Permalink
small fixes to docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitdm committed Aug 12, 2016
1 parent 88196bf commit eb78e69
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/sage/rings/polynomial/skew_polynomial_ring_constructor.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ def SkewPolynomialRing(base_ring, base_ring_automorphism=None, names=None, spars
Return the globally unique skew polynomial ring with given
properties and variable name.
Given a ring `R` and a ring automorphism `\base_ring_automorphism` of `R`, the ring of
skew polynomials `R[X,\base_ring_automorphism]` is the usual abelian group polynomial
Given a ring `R` and a ring automorphism `base_ring_automorphism` of `R`, the ring of
skew polynomials `R[X, base_ring_automorphism]` is the usual abelian group polynomial
`R[X]` equipped with the modification multiplication deduced from the
rule `X*a = \base_ring_automorphism(a)*X`.
rule `X*a = base_ring_automorphism(a)*X`.
.. SEEALSO::
Expand Down Expand Up @@ -70,7 +70,7 @@ def SkewPolynomialRing(base_ring, base_ring_automorphism=None, names=None, spars
``SkewPolynomialRing(base_ring, base_ring_automorphism, names, sparse=False)``
returns a univariate skew polynomial ring over `base_ring` twisted by
`\base_ring_automorphism`.
`base_ring_automorphism`.
UNIQUENESS and IMMUTABILITY:
Expand Down Expand Up @@ -98,7 +98,7 @@ def SkewPolynomialRing(base_ring, base_ring_automorphism=None, names=None, spars
SQUARE BRACKETS NOTATION:
You can alternatively create a skew polynomial ring over `R`
twisted by `\base_ring_automorphism` by writing ``R['varname', base_ring_automorphism]``.
twisted by `base_ring_automorphism` by writing ``R['varname', base_ring_automorphism]``.
EXAMPLES:
Expand Down

0 comments on commit eb78e69

Please sign in to comment.