We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f1d0d commit ade4d42Copy full SHA for ade4d42
src/sage/manifolds/differentiable/diff_form.py
@@ -782,7 +782,7 @@ def hodge_dual(
782
783
p = self.tensor_type()[1]
784
# 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
+ # and not of the differential form; in the symplectic case this is wrong by
786
# a factor of (-1)^p, which will be corrected below
787
eps = nondegenerate_tensor.volume_form(p)
788
if p == 0:
0 commit comments