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

Commit

Permalink
Changed 'Returns' to 'Return' in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisJahn committed Oct 15, 2021
1 parent cce2fda commit b9692a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/root_system/reflection_group_real.py
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
Expand Down

0 comments on commit b9692a6

Please sign in to comment.