Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/tensor/modules/comp.py: Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Sep 2, 2022
1 parent bec2f65 commit 66009e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/tensor/modules/comp.py
Expand Up @@ -3009,9 +3009,9 @@ def _canonicalize_sym_or_antisym(nb_indices, sym_or_antisym):
- ``sym_or_antisym`` -- (default: ``None``) a symmetry/antisymmetry
or an iterable of symmetries or an iterable of antisymmetries
among the tensor arguments: each symmetry is described by a tuple
containing the positions of the involved arguments, with the
convention ``position = 0`` for the first argument. For instance:
among the tensor arguments: each symmetry/antisymmetry is described
by a tuple containing the positions of the involved arguments, with
the convention ``position = 0`` for the first argument.
TESTS::
Expand Down

0 comments on commit 66009e7

Please sign in to comment.