Skip to content

Commit 9ae68f2

Browse files
author
Xavier Caruso
committed
default: 'τ'
1 parent 66417ae commit 9ae68f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class DrinfeldModule(Parent, UniqueRepresentation):
126126
- ``gen`` -- the generator of the Drinfeld module; as a list of
127127
coefficients or an Ore polynomial
128128
129-
- ``name`` -- (default: `\tau`) the name of the Ore
129+
- ``name`` -- (default: ``'τ'``) the name of the Ore
130130
polynomial ring generator
131131
132132
.. RUBRIC:: Construction
@@ -521,7 +521,7 @@ def __classcall_private__(cls, function_ring, gen, name='τ'):
521521
- ``gen`` -- the generator of the Drinfeld module; as a list of
522522
coefficients or an Ore polynomial
523523
524-
- ``name`` -- (default: `\tau`) the name of the variable of
524+
- ``name`` -- (default: ``'τ'``) the name of the variable of
525525
the Ore polynomial
526526
527527
OUTPUT: a DrinfeldModule or DrinfeldModule_finite
@@ -633,7 +633,7 @@ def __init__(self, gen, category):
633633
- ``gen`` -- the generator of the Drinfeld module; as a list of
634634
coefficients or an Ore polynomial
635635
636-
- ``name`` -- (default: `\tau`) the name of the variable of
636+
- ``name`` -- (default: ``'τ'``) the name of the variable of
637637
the Ore polynomial ring
638638
639639
TESTS::

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def __init__(self, gen, category):
138138
- ``gen`` -- the generator of the Drinfeld module as a list of
139139
coefficients or an Ore polynomial
140140
141-
- ``name`` -- (default: `\tau`) the name of the variable of
141+
- ``name`` -- (default: ``'τ'``) the name of the variable of
142142
the Ore polynomial ring
143143
144144
TESTS::

0 commit comments

Comments
 (0)