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

Commit

Permalink
replaced backticks in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
nailuj-1 committed Jul 24, 2019
1 parent 9d20a1d commit 440689c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/geometry/polyhedron/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2808,7 +2808,7 @@ def normal_fan(self, direction='inner'):
sage: P.normal_fan(direction=None)
Traceback (most recent call last):
...
TypeError: the direction should be `inner` or `outer`
TypeError: the direction should be 'inner' or 'outer'
sage: inner_nf = P.normal_fan()
sage: inner_nf.rays()
Expand Down

0 comments on commit 440689c

Please sign in to comment.