From 7d0aff216960aa0b465f966fc15f41265c04a033 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sun, 16 Oct 2011 19:54:33 +0000 Subject: [PATCH] Add comma after "If True" to previous checkin. --- gdb/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/NEWS b/gdb/NEWS index eab6bdc6ac..df9b6b463f 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -16,7 +16,7 @@ * Python scripting ** The register_pretty_printer function in module gdb.printing now takes - an optional `replace' argument. If True the new printer replaces any + an optional `replace' argument. If True, the new printer replaces any existing one. ** The "maint set python print-stack on|off" command has been