pytdb: Shorter description which fits on a single line.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 13 Nov 2011 16:20:57 +0000 (17:20 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 13 Nov 2011 17:06:06 +0000 (18:06 +0100)
lib/tdb/pytdb.c

index 3dd785e7be82cfbbb6c897fcd029651f4dfb28a3..b1ca0750f233be4b10e9100efa9d5452bbab0cbb 100644 (file)
@@ -569,7 +569,8 @@ void inittdb(void)
        if (PyType_Ready(&PyTdbIterator) < 0)
                return;
 
-       m = Py_InitModule3("tdb", tdb_methods, "TDB is a simple key-value database similar to GDBM that supports multiple writers.");
+       m = Py_InitModule3("tdb", tdb_methods,
+               "simple key-value database that supports multiple writers.");
        if (m == NULL)
                return;