Skip to content

Commit ade4d42

Browse files
authored
remove trailing space
1 parent 26f1d0d commit ade4d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/manifolds/differentiable/diff_form.py

+1-1
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:

0 commit comments

Comments
 (0)