From: Patrick Canterino Date: Sun, 3 Feb 2019 11:15:15 +0000 (+0100) Subject: Whoops... GitHub doesn't interpret "---" as en dash => just use UTF-8 X-Git-Url: https://git.p6c8.net/dumbdbm.git/commitdiff_plain/392d1cf2ac0d4918b06a685a862047390030c9b0 Whoops... GitHub doesn't interpret "---" as en dash => just use UTF-8 --- diff --git a/README.md b/README.md index d98fb99..e85ad7d 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.