diff --git a/product/ERP5/Document/Career.py b/product/ERP5/Document/Career.py
index 810083a2a80f811d965a93fd773deda1b48f1b1c..279ad3a057f2fcd91472f1fb6639b3f518e852a8 100644
--- a/product/ERP5/Document/Career.py
+++ b/product/ERP5/Document/Career.py
@@ -34,6 +34,10 @@ from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
 from Products.ERP5.Document.Path import Path
 
 class Career(Path):
+    """
+      Contains information about abilities, salary, grade, role... of a
+      Person at a certain career step.
+    """
     # CMF Type Definition
     meta_type = 'ERP5 Career'
     portal_type = 'Career'
@@ -54,4 +58,4 @@ class Career(Path):
                       , PropertySheet.Arrow
                       , PropertySheet.Path
                       , PropertySheet.Assignment
-                      )
\ No newline at end of file
+                      )