aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2016-01-01 22:07:40 -0800
committerDavid Bremner <david@tethera.net>2016-01-07 09:15:58 -0400
commitfb063e20fbdbe6924027a6b15a8624099800a079 (patch)
tree6b0f6fab726f6761aa187c7a6b259b53f2edc4c2
parenta07cafae00fa18b1a2182b5ba6db405d79e787c5 (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--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6681699d..0a7a0e09 100644
--- a/NEWS
+++ b/NEWS
@@ -409,7 +409,7 @@ from the config file. Use something like:
...
},
...
- },
+ }
Python Bindings
---------------