[Pkg-exppsy-pynifti] [PATCH] DOC: fixing typo in docstring

Valentin Haenel valentin.haenel at gmx.de
Mon Apr 27 13:37:28 UTC 2009


---
 nifti/image.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/nifti/image.py b/nifti/image.py
index fca68c2..c1c5e10 100644
--- a/nifti/image.py
+++ b/nifti/image.py
@@ -234,7 +234,7 @@ class NiftiImage(NiftiFormat):
     def load(self):
         """Load the image data into memory, if it is not already accessible.
 
-        It is save to call this method several times successively.
+        It is safe to call this method several times successively.
         """
         # do nothing if there already is data
         # which included memory mapped arrays not just data in memory
-- 
1.5.6.5




More information about the Pkg-exppsy-pynifti mailing list