Add comma after "If True" to previous checkin.

This commit is contained in:
Doug Evans 2011-10-16 19:54:33 +00:00
parent 32d1c362a6
commit 7d0aff2169
1 changed files with 1 additions and 1 deletions

View File

@ -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