Skip to content

Commit

Permalink
sagemathgh-37016: typo fix
Browse files Browse the repository at this point in the history
    
Trivial typo

As reported by @sheerluck
    
URL: sagemath#37016
Reported by: Dima Pasechnik
Reviewer(s): Matthias Köppe
  • Loading branch information
Release Manager committed Jan 16, 2024
2 parents 0eeac2e + 0b36bb8 commit 90ed189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/geometry/polyhedron/backend_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def _is_zero(self, x):
sage: p = Polyhedron([(sqrt(3),sqrt(2))], base_ring=AA) # needs sage.rings.number_field sage.symbolic
sage: p._is_zero(0) # needs sage.rings.number_field sage.symbolic
True
sage: p._is_zero(1/100000) # needs sage.rings.number_fiedl
sage: p._is_zero(1/100000) # needs sage.rings.number_field
False
"""
return x == 0
Expand Down

0 comments on commit 90ed189

Please sign in to comment.