mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
pep8 and consistency fixes in docstring
This commit is contained in:
parent
2cccc1b788
commit
77b4ec5647
1 changed files with 7 additions and 6 deletions
|
|
@ -81,12 +81,12 @@ class CylinderSector(CompositeSurface):
|
|||
center : iterable of float
|
||||
Coordinate for central axes of cylinders in the (y, z), (z, x), or (x, y)
|
||||
basis. Defaults to (0,0).
|
||||
|
||||
axis : {'x', 'y', 'z'}
|
||||
Central axis of the cylinders defining the inner and outer surfaces of
|
||||
the sector. Defaults to 'z'.
|
||||
kwargs : dict
|
||||
Keyword arguments passed to the :class:`Cylinder` and :class:`Plane` constructors.
|
||||
**kwargs : dict
|
||||
Keyword arguments passed to the :class:`Cylinder` and
|
||||
:class:`Plane` constructors.
|
||||
|
||||
Attributes
|
||||
----------
|
||||
|
|
@ -184,10 +184,11 @@ class CylinderSector(CompositeSurface):
|
|||
Coordinate for central axes of cylinders in the (y, z), (z, x), or (x, y)
|
||||
basis. Defaults to (0,0).
|
||||
axis : {'x', 'y', 'z'}
|
||||
Central axis of the cylinders defining the inner and outer surfaces of
|
||||
the sector. Defaults to 'z'.
|
||||
Central axis of the cylinders defining the inner and outer surfaces
|
||||
of the sector. Defaults to 'z'.
|
||||
**kwargs : dict
|
||||
Keyword arguments passed to the :class:`Cylinder` and :class:`Plane` constructors.
|
||||
Keyword arguments passed to the :class:`Cylinder` and
|
||||
:class:`Plane` constructors.
|
||||
|
||||
Returns
|
||||
-------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue