diff --git a/docs/source/usersguide/geometry.rst b/docs/source/usersguide/geometry.rst index f550327b24..f83af0b2f8 100644 --- a/docs/source/usersguide/geometry.rst +++ b/docs/source/usersguide/geometry.rst @@ -185,8 +185,10 @@ the :class:`openmc.Cell` class:: In this example, an instance of :class:`openmc.Material` is assigned to the :attr:`Cell.fill` attribute. One can also fill a cell with a :ref:`universe -` or :ref:`lattice `. If no fill -is provided to a cell, it will be filled with void by default:: +` or :ref:`lattice `. If you provide +no fill to a cell or assign a value of `None`, it will be treated as a "void" +cell with no material within. Particles are allowed to stream through the cell but +will undergo no collisions:: # This cell will be filled with void on export to XML gap = openmc.Cell(region=pellet_gap)