Skip to content

Commit 930a0c8

Browse files
committed
more fixes for linter
1 parent 6269f28 commit 930a0c8

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/sage/algebras/fusion_rings/fusion_double.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def _char_cache(self, i, g):
222222
TESTS::
223223
224224
sage: D = FusionDouble(SymmetricGroup(4))
225-
225+
226226
sage: all(D._char_cache(b.support_of_term(), b.g()) == b.char()(b.g())
227227
....: for b in D.basis())
228228
True

src/sage/manifolds/differentiable/diff_form.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ def hodge_dual(
782782

783783
p = self.tensor_type()[1]
784784
# For performance reasons, we raise the indicies of the volume form
785-
# and not of the differential form; in the symplectic case this is wrong by
785+
# and not of the differential form; in the symplectic case this is wrong by
786786
# a factor of (-1)^p, which will be corrected below
787787
eps = nondegenerate_tensor.volume_form(p)
788788
if p == 0:

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,6 @@ def coeff_log(k):
13491349
return self._base.zero()
13501350
return L(coeff_log, valuation=1)
13511351

1352-
13531352
def morphism(self):
13541353
r"""
13551354
Return the morphism object that defines the Drinfeld module.

0 commit comments

Comments
 (0)