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

Commit 60aa128

Browse files
committed
16340: fixed typos
1 parent 29a6c67 commit 60aa128

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/sage/categories/affine_weyl_groups.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def is_structure_category(self):
5858
.. SEEALSO:: :meth:`Category.is_structure_category`
5959
6060
The category of affine Weyl groups defines no new structure:
61-
affine Weyl gorups are a special class of Weyl groups.
61+
affine Weyl groups are a special class of Weyl groups.
6262
6363
EXAMPLES::
6464

src/sage/categories/category.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1223,9 +1223,9 @@ def is_full_subcategory(self, other):
12231223
.. WARNING::
12241224
12251225
A positive answer is guaranteed to be mathematically
1226-
correct. A negative answer may mean that Sage has not (or
1227-
can not yet within the current model) be taught enough
1228-
information to derive this information. See
1226+
correct. A negative answer may mean that Sage has not been
1227+
taught enough information (or can not yet within the
1228+
current model) to derive this information. See
12291229
:meth:`full_super_categories` for a discussion.
12301230
12311231
.. SEEALSO::

0 commit comments

Comments
 (0)