Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2719c6a

Browse files
authored
Merge pull request h5py#2108 from loichuder/fix-require-doc
Fix `require_dataset` arg in doc
2 parents 3badee4 + 8d760ff commit 2719c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/high/group.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ Reference
389389
write any data with ``write_direct_chunk``, compressing the
390390
data before passing it to h5py.
391391

392-
.. method:: require_dataset(name, shape=None, dtype=None, exact=None, **kwds)
392+
.. method:: require_dataset(name, shape, dtype, exact=False, **kwds)
393393

394394
Open a dataset, creating it if it doesn't exist.
395395

0 commit comments

Comments
 (0)