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

Commit

Permalink
Trac 15801: fixed ReST typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nthiery committed Apr 14, 2014
1 parent 2121f51 commit 12afbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/en/thematic_tutorials/coercion_and_categories.rst
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ And indeed, ``MS2`` has *more* methods than ``MS1``::
sage: len([s for s in dir(MS2) if inspect.ismethod(getattr(MS2,s,None))])
80

This is because the class of ``MS2` also inherits from the parent
This is because the class of ``MS2`` also inherits from the parent
class for algebras::

sage: MS1.__class__.__bases__
Expand Down

0 comments on commit 12afbe4

Please sign in to comment.