Skip to content

Commit 8f86d34

Browse files
Fixup News message
1 parent a27c3ae commit 8f86d34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
The Unix user (:func:`pwd.getpwuid`, :func:`pwd.getpwnam`) and group (
2-
:func:`grp.getgrgid`, :func:`grp.getgrnam`) database functions now
1+
The Unix user (:func:`pwd.getpwuid`, :func:`pwd.getpwnam`) and group
2+
(:func:`grp.getgrgid`, :func:`grp.getgrnam`) database functions now
33
differentiate between a lack of record (:exc:`KeyError` is risen, the current behaviour)
44
and a database access error (:exc:`OSError` is risen).
55

6-
Based on a patch by Oleg Iarygin.
6+
Based on a patch by Oleg Iarygin.

0 commit comments

Comments
 (0)