From 7a6ca913fa2c2076307483637670ec72283d8bcc Mon Sep 17 00:00:00 2001 From: Simon Drewitz Date: Mon, 26 Feb 2018 18:15:25 +0100 Subject: [PATCH] fixed typos in finitely presented groups docstring --- src/sage/groups/finitely_presented.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sage/groups/finitely_presented.py b/src/sage/groups/finitely_presented.py index 59fe82e7523..af7ec067eb9 100644 --- a/src/sage/groups/finitely_presented.py +++ b/src/sage/groups/finitely_presented.py @@ -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:: @@ -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: