summaryrefslogtreecommitdiffstats
path: root/Doc/library/dbm.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-31 21:41:42 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-31 21:41:42 (GMT)
commitbb1901529dd7fa4345b8792fa166415a79494179 (patch)
treed7e3ae139d2f530d9a58bd7f176d162387ec0d02 /Doc/library/dbm.rst
parentcfb68218b701e1bf73bb82e51dfc8446ab65452a (diff)
downloadcpython-bb1901529dd7fa4345b8792fa166415a79494179.zip
cpython-bb1901529dd7fa4345b8792fa166415a79494179.tar.gz
cpython-bb1901529dd7fa4345b8792fa166415a79494179.tar.bz2
Fix "Berkeley" name.
Diffstat (limited to 'Doc/library/dbm.rst')
-rw-r--r--Doc/library/dbm.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/dbm.rst b/Doc/library/dbm.rst
index 8e4cd60..6872d79 100644
--- a/Doc/library/dbm.rst
+++ b/Doc/library/dbm.rst
@@ -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