From b7f00d2f6f12e5d1810aefa6d43481deac3bbeff Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Wed, 28 Sep 2016 18:02:47 +0200
Subject: [PATCH] Fixed WARNINGS in the documentation

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

diff --git a/doc/guide.rst b/doc/guide.rst
index ddbeada..3345df4 100644
--- a/doc/guide.rst
+++ b/doc/guide.rst
@@ -13,7 +13,7 @@
  Users Guide
 =============
 
-:py:class:`bob.ip.base.Flandmark` detects 8 coordinates of important keypoints in **frontal** human faces.
+:py:class:`bob.ip.flandmark` detects 8 coordinates of important keypoints in **frontal** human faces.
 To properly work, the keypoint localizer requires the input of an image (of type ``uint8``, gray-scaled) and of a bounding box describing a rectangle where the face is supposed to be located in the image (see :py:meth:`bob.ip.flandmark.Flandmark.locate`).
 
 The keypoints returned are, in this order:
-- 
GitLab