Skip to content

Commit fdaca89

Browse files
committed
Fix incorrect markup
1 parent 97db4bf commit fdaca89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/categories/category.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2874,7 +2874,7 @@ def _make_named_class_key(self, name):
28742874
This method starts as an optimization to allow different related
28752875
categories to share the Python types, see :issue:`11935`.
28762876
However, because of the guarantees stated in :meth:`Category._test_category_graph`,
2877-
the following rules must be followed::
2877+
the following rules must be followed.
28782878
28792879
- If two categories have different lists of supercategories, they must return
28802880
different keys::

0 commit comments

Comments
 (0)