Skip to content

Commit 947a7cc

Browse files
author
Release Manager
committed
gh-37016: typo fix Trivial typo As reported by @sheerluck URL: #37016 Reported by: Dima Pasechnik Reviewer(s): Matthias Köppe
2 parents 87955da + 0b36bb8 commit 947a7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/geometry/polyhedron/backend_field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def _is_zero(self, x):
9090
sage: p = Polyhedron([(sqrt(3),sqrt(2))], base_ring=AA) # needs sage.rings.number_field sage.symbolic
9191
sage: p._is_zero(0) # needs sage.rings.number_field sage.symbolic
9292
True
93-
sage: p._is_zero(1/100000) # needs sage.rings.number_fiedl
93+
sage: p._is_zero(1/100000) # needs sage.rings.number_field
9494
False
9595
"""
9696
return x == 0

0 commit comments

Comments
 (0)