diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-12-04 15:55:21 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-12-04 15:55:21 +0000 |
| commit | f4d6ac10c07eb11d5acd4ad1ca3ca8a2fd5cbf70 (patch) | |
| tree | 1f3745e7be780693074cb52451fe736d41381ede | |
| parent | 81f90621168d79e286eddffe95ec395c200a21a9 (diff) | |
| download | packages-f4d6ac10c07eb11d5acd4ad1ca3ca8a2fd5cbf70.tar.gz packages-f4d6ac10c07eb11d5acd4ad1ca3ca8a2fd5cbf70.zip | |
Fix trailing commas
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 3f3353c..cb49349 100644 --- a/packages.json +++ b/packages.json @@ -3695,7 +3695,7 @@ "pyarrayobject", "iterator", "iterators", - "docstring", + "docstring" ], "description": "Auto-generate a Python module that wraps a Nim module.", "license": "MIT", |
