From 9037d1f22ac7e87aa1262728cb257ba14c571462 Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Sun, 3 Feb 2019 12:12:21 +0100 Subject: [PATCH] Fixed some things in POD documentation and README --- DumbDBM_File.pm | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.34.1