]> git.p6c8.net - dumbdbm.git/commitdiff
Fixed some things in POD documentation and README
authorPatrick Canterino <patrick@patrick-canterino.de>
Sun, 3 Feb 2019 11:12:21 +0000 (12:12 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sun, 3 Feb 2019 11:12:21 +0000 (12:12 +0100)
DumbDBM_File.pm
README.md

index bae542c97a139ce1d0efbcece10d27d2c088fc1c..43b7ae218d44e8c1410c2570bc5ee05b260a392b 100644 (file)
@@ -262,7 +262,7 @@ This file B<may> 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
 
index e0d86a4af3e83a127f7695b0d22566c36e173bab..d98fb9984466de171406f5312644362d187fe91b 100644 (file)
--- 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.
 

patrick-canterino.de