From 66009e7700f8fc0610dc494a09089070bb6f609a Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Fri, 2 Sep 2022 09:24:03 -0700 Subject: [PATCH] src/sage/tensor/modules/comp.py: Fix docstring --- src/sage/tensor/modules/comp.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sage/tensor/modules/comp.py b/src/sage/tensor/modules/comp.py index dec039e5d1c..40f2cf292c7 100644 --- a/src/sage/tensor/modules/comp.py +++ b/src/sage/tensor/modules/comp.py @@ -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::