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

Commit dcb11d8

Browse files
committed
Merge branch 'categories/axioms-10963' into categories/over_a_base_category-15801
(merge in tex fixes)
2 parents 281f539 + c16f18b commit dcb11d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sage/categories/category_with_axiom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2250,7 +2250,7 @@ def _repr_object_names_static(category, axioms):
22502250

22512251
def _repr_object_names(self):
22522252
r"""
2253-
The names of the objects of this category, as used by `_repr_`.
2253+
The names of the objects of this category, as used by ``_repr_``.
22542254
22552255
.. SEEALSO:: :meth:`Category._repr_object_names`
22562256

src/sage/categories/sets_cat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def Subquotients(self):
339339
340340
.. MATH::
341341
342-
op_A(e) = r(op_B(l(e))), \text{ for all `e\in A`}
342+
op_A(e) = r(op_B(l(e))), \text{ for all } e\in A
343343
344344
This allows for implementing the operations on `A` from
345345
those on `B`.

0 commit comments

Comments
 (0)