From d6d9b0c996af1d8dca6ff6ea226b262ff3869f01 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Tue, 20 Feb 2018 10:04:11 +0100
Subject: [PATCH] base class is renamed

---
 doc/annotations.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/annotations.rst b/doc/annotations.rst
index c284229b..851a2f2f 100644
--- a/doc/annotations.rst
+++ b/doc/annotations.rst
@@ -17,8 +17,8 @@ a command-line script:
 
 This script accepts two main parameters a database object that inherits from
 :any:`bob.bio.base.database.BioDatabase` and an annotator object that inherits
-from :any:`bob.bio.base.annotator.Base`. Please see the help message of the
-script for more information.
+from :any:`bob.bio.base.annotator.Annotator`. Please see the help message of
+the script for more information.
 
 The script can also be run in parallel using :ref:`gridtk`:
 
-- 
GitLab