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/lib/libpwd.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/lib/libpwd.tex')
-rw-r--r-- | Doc/lib/libpwd.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpwd.tex b/Doc/lib/libpwd.tex index 073c19a..82ebd61 100644 --- a/Doc/lib/libpwd.tex +++ b/Doc/lib/libpwd.tex @@ -15,7 +15,7 @@ following items from the password database (see \file{<pwd.h>}), in order: \code{pw_dir}, \code{pw_shell}. The uid and gid items are integers, all others are strings. -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: |