diff options
| author | marcoapintoo <marcoapintoo@hotmail.com> | 2015-12-30 11:56:28 -0400 |
|---|---|---|
| committer | marcoapintoo <marcoapintoo@hotmail.com> | 2015-12-30 11:56:28 -0400 |
| commit | 8eaa7b220f282311543e9b49df470fea94646fde (patch) | |
| tree | b22814104055329ca38736c2371edbdeb2e9cf17 | |
| parent | 021b1d17cbf87a487a8e4169947f468599b87da4 (diff) | |
| download | packages-8eaa7b220f282311543e9b49df470fea94646fde.tar.gz packages-8eaa7b220f282311543e9b49df470fea94646fde.zip | |
Fixing the trailing comma...
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index bf1d13c..a373159 100644 --- a/packages.json +++ b/packages.json @@ -3878,7 +3878,7 @@ "method": "git", "tags": [ "python", - "wrapper", + "wrapper" ], "description": "A higher-level wrapper for the Python Programing Language", "license": "MIT", |
