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

Commit b1a2aed

Browse files
committed
Trac 10963: two typo fixes to let the pdf documentation compile
1 parent 96c631f commit b1a2aed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sage/categories/category_with_axiom.py

+1-1
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

+1-1
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)