]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
correct typo detected by Lee Hansen
authorSkip Montanaro <skip@pobox.com>
Sun, 17 Nov 2002 11:09:50 +0000 (11:09 +0000)
committerSkip Montanaro <skip@pobox.com>
Sun, 17 Nov 2002 11:09:50 +0000 (11:09 +0000)
Doc/lib/libbsddb.tex

index ff3d8e1ff2189f814112e928b91b4a4d178fcf96..e66b2bbe8a69b48df84badef5e43f52ed2cb7e8d 100644 (file)
@@ -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()}).