summaryrefslogtreecommitdiffstats
path: root/Modules/gdbmmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/gdbmmodule.c')
-rw-r--r--Modules/gdbmmodule.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/gdbmmodule.c b/Modules/gdbmmodule.c
index 88798b4..d916c33 100644
--- a/Modules/gdbmmodule.c
+++ b/Modules/gdbmmodule.c
@@ -213,8 +213,7 @@ static PyMappingMethods dbm_as_mapping = {
static char dbm_close__doc__[] = "\
close() -> None\n\
-Closes the database.
-";
+Closes the database.";
static PyObject *
dbm_close(dp, args)