NEWS: Remove trailing comma from an old nmbug-status config

That closing brace is the end of the config JSON; there won't be
anything coming after it.
This commit is contained in:
W. Trevor King 2016-01-01 22:07:40 -08:00 committed by David Bremner
parent a07cafae00
commit fb063e20fb

2
NEWS
View file

@ -409,7 +409,7 @@ from the config file. Use something like:
...
},
...
},
}
Python Bindings
---------------