Skip to content

Commit

Permalink
more about fixing the use of latex expressions in docstring documenta…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
mmatera committed Jan 29, 2025
1 parent c80d3ac commit 3bce16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mathics/builtin/drawing/graphics3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,10 @@ class Cuboid(Builtin):
Cuboid also known as interval, rectangle, square, cube, rectangular parallelepiped, tesseract, orthotope, and box.
<dl>
<dt>'Cuboid'[$p_{min}$]
<dd>is a unit cube/square with its lower corner at point $p_min$.
<dd>is a unit cube/square with its lower corner at point $p_{min}$.
<dt>'Cuboid'[$p_{min}$, $p_{max}$]
<dd>is a 2d square with with lower corner $p_min$ and upper corner $p_max$.
<dd>is a 2d square with with lower corner $p_{min}$ and upper corner $p_{max}$.
<dt>'Cuboid'[{$p_{min}$, $p_{max}$}]
<dd>is a cuboid with lower corner $p_{min}$ and upper corner $p_{max}$.
Expand Down

0 comments on commit 3bce16f

Please sign in to comment.