diff options
author | Guido van Rossum <guido@python.org> | 1997-12-30 20:38:16 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-30 20:38:16 (GMT) |
commit | eb0f066fb84e71f418cf6a27c38b128aee33a834 (patch) | |
tree | b2695f000fd9119a7eabe7d7beff8c413ddcf097 /Doc/libgrp.tex | |
parent | 51ca6e3e42d6ad733dae25c7db7c89415e7cf962 (diff) | |
download | cpython-eb0f066fb84e71f418cf6a27c38b128aee33a834.zip cpython-eb0f066fb84e71f418cf6a27c38b128aee33a834.tar.gz cpython-eb0f066fb84e71f418cf6a27c38b128aee33a834.tar.bz2 |
Correct small nits reported by Rob Hooft.
Diffstat (limited to 'Doc/libgrp.tex')
-rw-r--r-- | Doc/libgrp.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libgrp.tex b/Doc/libgrp.tex index 2942a1b..ab90485 100644 --- a/Doc/libgrp.tex +++ b/Doc/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: |