Skip to content

Commit

Permalink
Merge pull request #4117 from silx-kit/missing-doc
Browse files Browse the repository at this point in the history
Documentation: Added missing arg in docstring of open_item
  • Loading branch information
kif committed Apr 24, 2024
2 parents 0331ee4 + 345aa92 commit 030619b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/silx/io/h5py_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ def open_item(filename, name, retry_invalid=False, validate=None, **open_options
r"""Yield an HDF5 dataset or group (retry until it can be instantiated).
:param str filename:
:param str name: HDF5 path of the item
:param bool retry_invalid: retry when item is missing or not valid
:param callable or None validate:
:param \**open_options: see `File.__init__`
Expand Down

0 comments on commit 030619b

Please sign in to comment.