We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97db4bf commit fdaca89Copy full SHA for fdaca89
src/sage/categories/category.py
@@ -2874,7 +2874,7 @@ def _make_named_class_key(self, name):
2874
This method starts as an optimization to allow different related
2875
categories to share the Python types, see :issue:`11935`.
2876
However, because of the guarantees stated in :meth:`Category._test_category_graph`,
2877
- the following rules must be followed::
+ the following rules must be followed.
2878
2879
- If two categories have different lists of supercategories, they must return
2880
different keys::
0 commit comments