diff options
Diffstat (limited to 'Lib/bsddb/dbrecio.py')
-rw-r--r-- | Lib/bsddb/dbrecio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/bsddb/dbrecio.py b/Lib/bsddb/dbrecio.py index 995dad7..470fb41 100644 --- a/Lib/bsddb/dbrecio.py +++ b/Lib/bsddb/dbrecio.py @@ -1,6 +1,6 @@ """ -File-like objects that read from or write to a bsddb3 record. +File-like objects that read from or write to a bsddb record. This implements (nearly) all stdio methods. |