Skip to content

Commit

Permalink
Avoid incorrect pluralizations in output
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson authored and fingolfin committed Oct 14, 2020
1 parent 9fb1437 commit 411e1ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions gap/walrus.gd
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
#! One can also create pregroup presentations by giving a pregroup
#! and relators, that is, words over the pregroup.
#! @BeginExample
#! gap> G1 := CyclicGroup(3);
#! <pc group of size 3 with 1 generators>
#! gap> G1 := CyclicGroup(3);;
#! gap> pg := PregroupOfFreeProduct(G1,G1);
#! <pregroup with 5 elements in table rep>
#! gap> rel := [2,5,3,4,3,4,3,4,3,5,2,4,3,5,2,4,3,5,3,4,2,4,3,5];
Expand Down
3 changes: 1 addition & 2 deletions tst/derek.tst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Examples that Derek sends me

gap> G1 := CyclicGroup(3);
<pc group of size 3 with 1 generators>
gap> G1 := CyclicGroup(3);;
gap> pg := PregroupOfFreeProduct(G1,G1);
<pregroup with 5 elements in table rep>
gap> rel := [2,5,3,4,3,4,3,4,3,5,2,4,3,5,2,4,3,5,3,4,2,4,3,5];
Expand Down

0 comments on commit 411e1ad

Please sign in to comment.