[sabayon] Fixed docstring



commit c6e479acaf9c86dc2837a2cf2e9bc38e5391fa57
Author: Scott Balneaves <sbalneav ltsp org>
Date:   Sun Dec 27 19:37:12 2009 -0600

    Fixed docstring

 lib/systemdb.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/systemdb.py b/lib/systemdb.py
index 934e4b8..2149aa3 100644
--- a/lib/systemdb.py
+++ b/lib/systemdb.py
@@ -526,7 +526,7 @@ class UserDatabase(SystemDatabase):
         return list
 
 class GroupDatabase(SystemDatabase):
-    """Encapsulate a user mapping
+    """Encapsulate a group mapping
     """
     def __init__ (self, db_file = None):
         if db_file is None:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]