Skip to content

Commit 747f8e0

Browse files
committed
Spelling correcrted
1 parent f1edb92 commit 747f8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyNormaliz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def SetGBDegreeBound(self, bound=-1):
389389
return PyNormaliz_cpp.NmzSetGBDegreeBound(self.cone, bound)
390390

391391
def SetGBMinDegree(self, bound=-1):
392-
return PyNormaliz_cpp.NmzSetGBGBMinDegree(self.cone, bound)
392+
return PyNormaliz_cpp.NmzSetGBMinDegree(self.cone, bound)
393393

394394
def SetDecimalDigits(self, digits=100):
395395
return PyNormaliz_cpp.NmzSetDecimalDigits(self.cone, digits)

0 commit comments

Comments
 (0)