Skip to content

Commit

Permalink
doc: don't recommend avoiding X
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored and ChrisJefferson committed Apr 16, 2018
1 parent 34ea0fc commit ea06be5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/ringpoly.gd
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,7 @@ DeclareAttribute( "CoefficientsRing", IsPolynomialRing );
## (also avoiding the indeterminates in <A>avoid</A> if given).
## <P/>
## <Ref Oper="X" Label="for a ring (and a number)"/> is simply a synonym for
## <Ref Oper="Indeterminate" Label="for a ring (and a number)"/>. However,
## we do not recommend to use this synonym which is supported only for the
## backwards compatibility.
## <Ref Oper="Indeterminate" Label="for a ring (and a number)"/>.
## <P/>
## <Example><![CDATA[
## gap> x:=Indeterminate(GF(3),"x");
Expand Down

0 comments on commit ea06be5

Please sign in to comment.