diff options
| author | W. Trevor King <wking@tremily.us> | 2016-01-01 22:07:40 -0800 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-01-07 09:15:58 -0400 |
| commit | fb063e20fbdbe6924027a6b15a8624099800a079 (patch) | |
| tree | 6b0f6fab726f6761aa187c7a6b259b53f2edc4c2 | |
| parent | a07cafae00fa18b1a2182b5ba6db405d79e787c5 (diff) | |
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.
| -rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -409,7 +409,7 @@ from the config file. Use something like: ... }, ... - }, + } Python Bindings --------------- |
