mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
correct typo detected by Lee Hansen
This commit is contained in:
parent
e55bec2566
commit
6141812820
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ keys in the file is unspecified, except in the case of B-Tree databases.
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}{previous}{}
|
\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
|
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
|
databases. This is not supported on hashtable databases (those opened
|
||||||
with \function{hashopen()}).
|
with \function{hashopen()}).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue