diff options
Diffstat (limited to 'Doc/lib/libgrp.tex')
-rw-r--r-- | Doc/lib/libgrp.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libgrp.tex b/Doc/lib/libgrp.tex index 2942a1b..ab90485 100644 --- a/Doc/lib/libgrp.tex +++ b/Doc/lib/libgrp.tex @@ -15,7 +15,7 @@ The gid is an integer, name and password are strings, and the member list is a list of strings. (Note that most users are not explicitly listed as members of the group they are in according to the password database.) -An exception is raised if the entry asked for cannot be found. +A \code{KeyError} exception is raised if the entry asked for cannot be found. It defines the following items: |