Skip to content

Commit

Permalink
Spelling correcrted
Browse files Browse the repository at this point in the history
  • Loading branch information
w-bruns committed Jan 10, 2023
1 parent f1edb92 commit 747f8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyNormaliz.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def SetGBDegreeBound(self, bound=-1):
return PyNormaliz_cpp.NmzSetGBDegreeBound(self.cone, bound)

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

def SetDecimalDigits(self, digits=100):
return PyNormaliz_cpp.NmzSetDecimalDigits(self.cone, digits)
Expand Down

0 comments on commit 747f8e0

Please sign in to comment.