Skip to content

Commit 2caec64

Browse files
author
Xavier Caruso
committed
some remaining t
1 parent 27e890b commit 2caec64

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/sage/rings/function_field/drinfeld_modules/drinfeld_module.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class DrinfeldModule(Parent, UniqueRepresentation):
128128
- ``gen`` -- the generator of the Drinfeld module; as a list of
129129
coefficients or an Ore polynomial
130130
131-
- ``name`` -- (default: ``'t'``) the name of the Ore polynomial ring
131+
- ``name`` -- (default: ``'τ'``) the name of the Ore polynomial ring
132132
generator
133133
134134
.. RUBRIC:: Construction
@@ -534,8 +534,8 @@ def __classcall_private__(cls, function_ring, gen, name='τ'):
534534
- ``gen`` -- the generator of the Drinfeld module; as a list of
535535
coefficients or an Ore polynomial
536536
537-
- ``name`` -- (default: ``'τ'``) the name of the Ore polynomial
538-
ring gen
537+
- ``name`` -- (default: ``'τ'``) the name of the variable of
538+
the Ore polynomial
539539
540540
OUTPUT: a DrinfeldModule or DrinfeldModule_finite
541541
@@ -646,8 +646,8 @@ def __init__(self, gen, category):
646646
- ``gen`` -- the generator of the Drinfeld module; as a list of
647647
coefficients or an Ore polynomial
648648
649-
- ``name`` -- (default: ``'t'``) the name of the Ore polynomial
650-
ring gen
649+
- ``name`` -- (default: ``'τ'``) the name of the variable of
650+
the Ore polynomial ring
651651
652652
TESTS::
653653

src/sage/rings/function_field/drinfeld_modules/finite_drinfeld_module.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ def __init__(self, gen, category):
139139
- ``gen`` -- the generator of the Drinfeld module as a list of
140140
coefficients or an Ore polynomial
141141
142-
- ``name`` -- (default: ``'t'``) the name of the Ore polynomial
143-
ring gen
142+
- ``name`` -- (default: ``'τ'``) the name of the variable of
143+
the Ore polynomial ring
144144
145145
TESTS::
146146

0 commit comments

Comments
 (0)