Skip to content

Commit

Permalink
remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase authored May 23, 2023
1 parent 26f1d0d commit ade4d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/manifolds/differentiable/diff_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def hodge_dual(

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

0 comments on commit ade4d42

Please sign in to comment.