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

Commit 12afbe4

Browse files
committedApr 14, 2014
Trac 15801: fixed ReST typo
1 parent 2121f51 commit 12afbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/doc/en/thematic_tutorials/coercion_and_categories.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ And indeed, ``MS2`` has *more* methods than ``MS1``::
407407
sage: len([s for s in dir(MS2) if inspect.ismethod(getattr(MS2,s,None))])
408408
80
409409

410-
This is because the class of ``MS2` also inherits from the parent
410+
This is because the class of ``MS2`` also inherits from the parent
411411
class for algebras::
412412

413413
sage: MS1.__class__.__bases__

0 commit comments

Comments
 (0)
This repository has been archived.