Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/geometry/polyhedron/backend_number_field.py: Fix doc markup
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 10, 2022
1 parent bc7aba3 commit c729884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/geometry/polyhedron/backend_number_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Polyhedron_number_field(Polyhedron_field, Polyhedron_base_number_field):
TESTS:
Tests from :class:`~sage.geometry.polyhedron.backend_field.Polyhedron_field` --
here the data are already either in a number field or in ``AA``.
here the data are already either in a number field or in ``AA``::
sage: p = Polyhedron(vertices=[(0,0),(AA(2).sqrt(),0),(0,AA(3).sqrt())], # optional - sage.rings.number_field
....: rays=[(1,1)], lines=[], backend='number_field', base_ring=AA)
Expand Down

0 comments on commit c729884

Please sign in to comment.