mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Add punctuation on docstrings
This commit is contained in:
parent
226065160a
commit
e505032a4f
2 changed files with 2 additions and 2 deletions
|
|
@ -405,7 +405,7 @@ class Model:
|
|||
will be created.
|
||||
remove_surfs : bool
|
||||
Whether or not to remove redundant surfaces from the geometry when
|
||||
exporting
|
||||
exporting.
|
||||
|
||||
.. versionadded:: 0.13.1
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -297,7 +297,7 @@ class Universe(UniverseBase):
|
|||
seed : int
|
||||
Seed for the random number generator
|
||||
openmc_exec : str
|
||||
Path to OpenMC executable
|
||||
Path to OpenMC executable.
|
||||
|
||||
.. versionadded:: 0.13.1
|
||||
**kwargs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue