Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
kowalp committed Nov 12, 2023
1 parent 367d554 commit 84bcb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcnpy/surfaces.py
Expand Up @@ -862,7 +862,7 @@ def __str__(self):
class Polyhedron(IDManagerMixin, PolyhedronBase, Surface, Macrobody):
"""
An Arbitrary Polyhedron (the ARB marcrobody). The shape of an ARB is specified
by defining a list of the shape's corners,`corners`, and a list of connectivity,
by defining a list of the shape's corners, `corners`, and a list of connectivity,
`sides`, between those corners. `corners` are defined using mcnpy.Point objects
while `sides` requires a list of integers. Each entry in `sides` is a 4 digit
integer specifying the indicies defining a side. For instance, `1247` would
Expand Down

0 comments on commit 84bcb15

Please sign in to comment.