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

Commit

Permalink
fixed typos in finitely presented groups docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
drewitz committed Feb 26, 2018
1 parent 93020a4 commit 7a6ca91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/groups/finitely_presented.py
Expand Up @@ -9,7 +9,7 @@
sage: G
Finitely presented group < a, b, c | a^2, b^2, c^2, (a*b*c)^2 >
One can create their elements by mutiplying the generators or by
One can create their elements by multiplying the generators or by
specifying a Tietze list (see
:meth:`~sage.groups.finitely_presented.FinitelyPresentedGroupElement.Tietze`)
as in the case of free groups::
Expand Down Expand Up @@ -104,7 +104,7 @@
Some methods are not guaranteed to finish since the word problem
for finitely presented groups is, in general, undecidable. In
those cases the process may run unil the available memory is
those cases the process may run until the available memory is
exhausted.
REFERENCES:
Expand Down

0 comments on commit 7a6ca91

Please sign in to comment.