We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4b265 commit 8cbfc62Copy full SHA for 8cbfc62
stagpy/_step.py
@@ -359,8 +359,7 @@ def geom(self) -> _Geometry:
359
"""Geometry information.
360
361
: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.
+ issued from binary files holding field information.
364
"""
365
if self._header is None:
366
raise error.NoGeomError(self.step)
0 commit comments