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

Commit

Permalink
fix warning "more than one target found for cross-reference u'groebne…
Browse files Browse the repository at this point in the history
…r_basis'"
  • Loading branch information
a-andre committed Jun 28, 2015
1 parent bdf70fe commit 832afb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/polynomial/symmetric_ideal.py
Expand Up @@ -98,7 +98,7 @@ class SymmetricIdeal( Ideal_generic ):
Buchberger type that computes a Groebner basis `G` for `I` that
allows for computation of a unique normal form, that is zero
precisely for the elements of `I` -- see [AB2008]_. See
:meth:`.groebner_basis` for more details.
:meth:`groebner_basis` for more details.
Our implementation allows more than one generator and also
provides degree lexicographic and degree reverse lexicographic
Expand Down

0 comments on commit 832afb7

Please sign in to comment.