From: Andrew M. Kuchling Date: Tue, 26 Nov 2002 12:31:09 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.3c1~3232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50905d0ffbdf7415e1ab74f7b12f7e2c112a25e0;p=thirdparty%2FPython%2Fcpython.git Fix typo --- diff --git a/Misc/NEWS b/Misc/NEWS index 9e1a8127752a..4b3879481e41 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -317,7 +317,7 @@ Extension modules are wrapped. This can be configured through the wantobjects method, or Tkinter.want_objects. -- The PyBSDDB wrapper around the Sleepycat Berkely DB library has been +- The PyBSDDB wrapper around the Sleepycat Berkeley DB library has been added as the package bsddb. The traditional bsddb module is still available in source code, but not built automatically anymore, and is now named bsddb185.