From b9692a691663cc418e59d6e8b04c3c88c230a515 Mon Sep 17 00:00:00 2001 From: Dennis Jahn Date: Fri, 15 Oct 2021 09:18:46 +0200 Subject: [PATCH] Changed 'Returns' to 'Return' in the doc --- src/sage/combinat/root_system/reflection_group_real.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sage/combinat/root_system/reflection_group_real.py b/src/sage/combinat/root_system/reflection_group_real.py index 2cc7fce485c..91333f0ca54 100644 --- a/src/sage/combinat/root_system/reflection_group_real.py +++ b/src/sage/combinat/root_system/reflection_group_real.py @@ -709,7 +709,7 @@ def simple_root_index(self, i): def bruhat_cone(self, x, y, side = 'upper'): r""" - Returns the polyhedral cone generated by the set of positive roots ``beta`` where ``s_beta`` is the reflection corresponding to ``beta`` and: + Return the polyhedral cone generated by the set of positive roots ``beta`` where ``s_beta`` is the reflection corresponding to ``beta`` and: For ``side`` = ``'upper'``: ``s_beta`` ``x`` covers ``x`` and ``x`` <= ``s_beta`` ``x`` <= ``y``.