From: Patrick Canterino Date: Sun, 3 Feb 2019 11:12:21 +0000 (+0100) Subject: Fixed some things in POD documentation and README X-Git-Url: https://git.p6c8.net/dumbdbm.git/commitdiff_plain/9037d1f22ac7e87aa1262728cb257ba14c571462 Fixed some things in POD documentation and README --- diff --git a/DumbDBM_File.pm b/DumbDBM_File.pm index bae542c..43b7ae2 100644 --- a/DumbDBM_File.pm +++ b/DumbDBM_File.pm @@ -262,7 +262,7 @@ This file B contain a backup of the index file. =item example.dat -This is the database file containing the values separated by zero bytes. +This is the database file containing the values separated by zero-bytes. =back diff --git a/README.md b/README.md index e0d86a4..d98fb99 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DumbDBM_File - Portable DBM implementation +# `DumbDBM_File` --- Portable DBM implementation With `dumbdbm` / `dbm.dumb` the Python programming language provides a very simple DBM style database (i.e. a key-value database) written entirely in Python, requiring no external library. Being slow and some kind of *dumb*, it is intended as a last resort fallback if no other (more robust) database modules like GDBM, NDBM or Berkeley DB are available.