Skip to content

Commit 5dc6b45

Browse files
author
Xavier Caruso
committed
default: 'τ'
1 parent 124db5b commit 5dc6b45

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
@@ -127,7 +127,7 @@ class DrinfeldModule(Parent, UniqueRepresentation):
127127
- ``gen`` -- the generator of the Drinfeld module; as a list of
128128
coefficients or an Ore polynomial
129129
130-
- ``name`` -- (default: `\tau`) the name of the Ore
130+
- ``name`` -- (default: ``'τ'``) the name of the Ore
131131
polynomial ring generator
132132
133133
.. RUBRIC:: Construction
@@ -533,7 +533,7 @@ def __classcall_private__(cls, function_ring, gen, name='τ'):
533533
- ``gen`` -- the generator of the Drinfeld module; as a list of
534534
coefficients or an Ore polynomial
535535
536-
- ``name`` -- (default: `\tau`) the name of the variable of
536+
- ``name`` -- (default: ``'τ'``) the name of the variable of
537537
the Ore polynomial
538538
539539
OUTPUT: a DrinfeldModule or DrinfeldModule_finite
@@ -645,7 +645,7 @@ def __init__(self, gen, category):
645645
- ``gen`` -- the generator of the Drinfeld module; as a list of
646646
coefficients or an Ore polynomial
647647
648-
- ``name`` -- (default: `\tau`) the name of the variable of
648+
- ``name`` -- (default: ``'τ'``) the name of the variable of
649649
the Ore polynomial ring
650650
651651
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)