Skip to content

Commit

Permalink
update H5 docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Jan 10, 2021
1 parent 3750331 commit bfde64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions navis/transforms/h5reg.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
logger = config.logger

class H5transform(BaseTransform):
"""HDf5 transform of 3D spatial data.
"""Hdf5 transform of 3D spatial data.
Requires ``jpype``:
Expand All @@ -41,7 +41,7 @@ class H5transform(BaseTransform):
Parameters
----------
f : str
Path to h5 transformation.
Path to Hdf5 transformation.
direction : "forward" | "inverse"
Direction of transformation.
level : int
Expand Down

0 comments on commit bfde64d

Please sign in to comment.