summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-11-26 12:31:09 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2002-11-26 12:31:09 (GMT)
commit50905d0ffbdf7415e1ab74f7b12f7e2c112a25e0 (patch)
treecd03a4a41aa4a90eb7e2736f363488ce8e394b9d
parent5d0bd1ebdf4497e705a77dee6f8ca47627105e5d (diff)
downloadcpython-50905d0ffbdf7415e1ab74f7b12f7e2c112a25e0.zip
cpython-50905d0ffbdf7415e1ab74f7b12f7e2c112a25e0.tar.gz
cpython-50905d0ffbdf7415e1ab74f7b12f7e2c112a25e0.tar.bz2
Fix typo
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9e1a812..4b38794 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.