Skip to content

Commit b44db0d

Browse files
Fixup News message
1 parent 7d61de4 commit b44db0d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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)