summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2002-11-17 11:09:50 (GMT)
committerSkip Montanaro <skip@pobox.com>2002-11-17 11:09:50 (GMT)
commit614181282024571bb152a1d3d0b75b32e43c9641 (patch)
tree87098659000967db66fa310abcb999fd4a37d819 /Doc
parente55bec25666433ad0c842f5ae9e77b8a78f63bff (diff)
downloadcpython-614181282024571bb152a1d3d0b75b32e43c9641.zip
cpython-614181282024571bb152a1d3d0b75b32e43c9641.tar.gz
cpython-614181282024571bb152a1d3d0b75b32e43c9641.tar.bz2
correct typo detected by Lee Hansen
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libbsddb.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libbsddb.tex b/Doc/lib/libbsddb.tex
index ff3d8e1..e66b2bb 100644
--- a/Doc/lib/libbsddb.tex
+++ b/Doc/lib/libbsddb.tex
@@ -129,7 +129,7 @@ keys in the file is unspecified, except in the case of B-Tree databases.
\end{methoddesc}
\begin{methoddesc}{previous}{}
-Set the cursor to the first item in the DB file and return it. The
+Set the cursor to the previous item in the DB file and return it. The
order of keys in the file is unspecified, except in the case of B-Tree
databases. This is not supported on hashtable databases (those opened
with \function{hashopen()}).