[h5py] 263/455: Fix typo

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:40 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 c27319bf8c33cd191003a765a547fb5df8e5b14d
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Tue Jun 2 18:54:04 2009 +0000

    Fix typo
---
 docs/source/guide/dataset.rst | 2 +-
 docs/source/guide/group.rst   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/guide/dataset.rst b/docs/source/guide/dataset.rst
index 2952aa2..fc2a076 100644
--- a/docs/source/guide/dataset.rst
+++ b/docs/source/guide/dataset.rst
@@ -186,7 +186,7 @@ Reference
 
     .. attribute:: parent
 
-        A group which contains this object, according to basename(obj.name).
+        A group which contains this object, according to dirname(obj.name).
 
     .. attribute:: shape
 
diff --git a/docs/source/guide/group.rst b/docs/source/guide/group.rst
index e336548..cf63afa 100644
--- a/docs/source/guide/group.rst
+++ b/docs/source/guide/group.rst
@@ -52,7 +52,7 @@ Reference
 
     .. attribute:: parent
 
-        A group which contains this object, according to basename(obj.name).
+        A group which contains this object, according to dirname(obj.name).
 
     .. method:: __getitem__(name) -> Group or Dataset
 

-- 
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