Skip to content

Commit 8cbfc62

Browse files
committed
Fix docstring of _step._Fields.geom
1 parent 9b4b265 commit 8cbfc62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stagpy/_step.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,7 @@ def geom(self) -> _Geometry:
359359
"""Geometry information.
360360
361361
:class:`_Geometry` instance holding geometry information. It is
362-
issued from binary files holding field information. It is set to
363-
None if not available for this time step.
362+
issued from binary files holding field information.
364363
"""
365364
if self._header is None:
366365
raise error.NoGeomError(self.step)

0 commit comments

Comments
 (0)