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

Commit

Permalink
11187: rename 'reflecting hyperplane' to 'reflection hyperplane' in t…
Browse files Browse the repository at this point in the history
…he docstrings
  • Loading branch information
nthiery committed Apr 12, 2016
1 parent 241e660 commit 82ff288
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/sage/categories/coxeter_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def coxeter_element(self):
element.
In this context, this is an element having a regular
eigenvector (a vector not contained in any reflecting
eigenvector (a vector not contained in any reflection
hyperplane of ``self``).
EXAMPLES::
Expand Down
6 changes: 3 additions & 3 deletions src/sage/categories/finite_complex_reflection_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def _test_codegrees(self, **options):

def number_of_reflection_hyperplanes(self):
r"""
Return the number of reflecting hyperplanes of ``self``.
Return the number of reflection hyperplanes of ``self``.
This is also the number of distinguished reflections. For
real groups, this coincides with the number of
Expand Down Expand Up @@ -314,7 +314,7 @@ def number_of_reflections(self):
Return the number of reflections of ``self``.
For real groups, this coincides with the number of
reflecting hyperplanes.
reflection hyperplanes.
This implementation uses that it is given by the sum of
the degrees of ``self`` minus its rank.
Expand Down Expand Up @@ -572,7 +572,7 @@ def coxeter_number(self):
This is defined as `\frac{N + N^*}{n}` where
`N` is the number of reflections, `N^*` is the
number of reflecting hyperplanes, and `n` is the
number of reflection hyperplanes, and `n` is the
rank of ``self``.
EXAMPLES::
Expand Down
10 changes: 5 additions & 5 deletions src/sage/combinat/root_system/reflection_group_complex.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def distinguished_reflection(self, i):
@cached_method
def reflection_hyperplanes(self, as_linear_functionals=False):
r"""
Return the list of all reflecting hyperplanes of ``self``,
Return the list of all reflection hyperplanes of ``self``,
either as a codimension 1 space, or as its linear functional.
INPUT:
Expand Down Expand Up @@ -601,9 +601,9 @@ def reflection_hyperplanes(self, as_linear_functionals=False):

def reflection_hyperplane(self, i, as_linear_functional=False):
r"""
Return the ``i``-th reflecting hyperplane of ``self``.
Return the ``i``-th reflection hyperplane of ``self``.
The ``i``-th reflecting hyperplane corresponds to the ``i``
The ``i``-th reflection hyperplane corresponds to the ``i``
distinguished reflection.
INPUT:
Expand Down Expand Up @@ -2160,7 +2160,7 @@ def is_h_regular(self, is_class_representative=False):
Return whether ``self`` is regular.
This is if ``self`` has an eigenvector with eigenvalue `h`
and which does not lie in any reflecting hyperplane.
and which does not lie in any reflection hyperplane.
Here, `h` denotes the Coxeter number.
EXAMPLES::
Expand Down Expand Up @@ -2188,7 +2188,7 @@ def is_regular(self, h, is_class_representative=False):
Return whether ``self`` is regular.
This is, if ``self`` has an eigenvector with eigenvalue
``h`` and which does not lie in any reflecting hyperplane.
``h`` and which does not lie in any reflection hyperplane.
- ``is_class_representative`` -- boolean (default ``True``) whether to
compute instead on the conjugacy class representative.
Expand Down

0 comments on commit 82ff288

Please sign in to comment.