]> granicus.if.org Git - python/commitdiff
Fix "Berkeley" name.
authorGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 21:41:42 +0000 (21:41 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 21:41:42 +0000 (21:41 +0000)
Doc/library/dbm.rst
Misc/NEWS

index 8e4cd609f57b44795367c9fd0e9dcdd5af315427..6872d793c0bf70b23ace9d5d7cad6ed247c1c02b 100644 (file)
@@ -8,7 +8,7 @@
 :mod:`dbm.gnu` or :mod:`dbm.ndbm`.  If none of these modules is installed, the
 slow-but-simple implementation in module :mod:`dbm.dumb` will be used.  There
 is a `third party interface <http://www.jcea.es/programacion/pybsddb.htm>`_ to
-the Oracle Berkely DB.
+the Oracle Berkeley DB.
 
 
 .. exception:: error
index 398f7db6e10f545415c27f87a5444bf4c79ea68a..5c3275f1c8a304e96757d426221d01de1de49ba3 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2393,8 +2393,8 @@ Extension Modules
   an error.  The _PY_STRUCT_FLOAT_COERCE constant has been removed.
   The version number has been bumped to 0.3.
 
-- Issue #5359: Readd the Berkley-DB detection code to allow _dbm be built
-  using Berkley-DB.
+- Issue #5359: Readd the Berkeley DB detection code to allow _dbm be built
+  using Berkeley DB.
 
 Tests
 -----