Skip to content

Commit

Permalink
Minor docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OceanNuclear committed Sep 13, 2024
1 parent 01f27ef commit b5bb1e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bluemira/radiation_transport/advective_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ def flux_surfaces(self) -> list[PartialOpenFluxSurface]:
Returns
-------
flux_surfaces: list[PartialOpenFluxSurface]
flux_surfaces:
The list of partially open flux surfaces.
"""
flux_surfaces = []
for group in [
Expand Down

0 comments on commit b5bb1e2

Please sign in to comment.