mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Fix docstring for IsogonalOctagon (missing 'r' for raw)
This commit is contained in:
parent
ef3019a140
commit
6f1f42e5c5
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ class CylinderSector(CompositeSurface):
|
|||
|
||||
|
||||
class IsogonalOctagon(CompositeSurface):
|
||||
"""Infinite isogonal octagon composite surface
|
||||
r"""Infinite isogonal octagon composite surface
|
||||
|
||||
An isogonal octagon is composed of eight planar surfaces. The prism is
|
||||
parallel to the x, y, or z axis. The remaining two axes (y and z, z and x,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue