Skip to content

Commit 0e6cee3

Browse files
committed
(fix) Fix PEP8 typo
1 parent 1487984 commit 0e6cee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def __classcall_private__(cls, function_ring, gen, name='t'):
589589
base_morphism = Hom(function_ring, base_field_noext)(gen[0])
590590
base_field = base_field_noext.over(base_morphism)
591591

592-
# This test is also done in the category. We put it here also
592+
# This test is also done in the category. We put it here also
593593
# to have a friendlier error message
594594
if not base_field.is_field():
595595
raise ValueError('generator coefficients must live in a field')

0 commit comments

Comments
 (0)