Skip to content

Commit 9e9db60

Browse files
mahrudd-torrance
authored andcommitted
fixed minor issues in NoetherNormalization package
1 parent 2feb5fa commit 9e9db60

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

M2/Macaulay2/packages/NoetherNormalization.m2

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,7 @@ noetherNormalization(Ideal) := opts -> I -> (
212212

213213
noetherNormalization(QuotientRing) := noetherNormalization(PolynomialRing) := opts -> R -> (
214214
if not isPolynomialRing ring ideal R then error "expected a quotient of a polynomial ring";
215-
noetherNormalization(ideal R, Verbose => opts.Verbose)
216-
);
215+
noetherNormalization(ideal R, opts))
217216

218217

219218
--=========================================================================--
@@ -249,7 +248,7 @@ document {
249248
Usage => "(f,J,X) = noetherNormalization C",
250249
Inputs => {
251250
"C" => null => {"which is either ", ofClass Ideal, " ", TT "I", ", or ", ofClass QuotientRing, " ", TT "R/I", " where ", TT "R", " is ", ofClass PolynomialRing },
252-
LimitList => List => "gives the value which ", TO "BasisElementLimit", "will take",
251+
LimitList => List => {"gives the value which ", TO "BasisElementLimit", " will take."},
253252
RandomRange => ZZ => "if not 0, gives a integer bound for the random coefficients. If 0, then chooses random elements from the coefficient field."
254253
},
255254
Outputs => {

0 commit comments

Comments
 (0)