From ffcfd12cf1119108364579636129c497236a7158 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Thu, 20 Feb 2014 16:05:02 +0100
Subject: [PATCH] Fix test

---
 doc/guide.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guide.rst b/doc/guide.rst
index 3dc1a2f..57bb29a 100644
--- a/doc/guide.rst
+++ b/doc/guide.rst
@@ -305,7 +305,7 @@ Saving arrays to the :py:class:`xbob.io.File` is as easy, just call the
 .. doctest::
 
   >>> f = xbob.io.File('copy1.hdf5', 'w')
-  >>> f.write(a)
+  >>> f.write(array)
 
 Numpy ndarray shortcuts
 -----------------------
-- 
GitLab