[h5py] 409/455: Fix docs typo

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.

commit c10a3a1fff156584e1d51825bfbb91d6b3e2b8f4
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Sun Feb 14 23:43:21 2010 +0000

    Fix docs typo
---
 docs/source/guide/dataset.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/guide/dataset.rst b/docs/source/guide/dataset.rst
index 6ad52ed..7b6c0c8 100644
--- a/docs/source/guide/dataset.rst
+++ b/docs/source/guide/dataset.rst
@@ -62,7 +62,7 @@ Resizing
 
     Later calls to :meth:`Dataset.resize` will modify the shape in-place::
 
-        >>> dset = grp.create_dataset((10,10), '=f8', maxshape=(None, None))
+        >>> dset = grp.create_dataset("name", (10,10), '=f8', maxshape=(None, None))
         >>> dset.shape
         (10, 10)
         >>> dset.resize((20,20))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list