diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2016-12-12 16:33:43 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2016-12-12 16:33:43 +0100 |
| commit | ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2 (patch) | |
| tree | 0398d826eb4fd29a43d3360ba2e8b75b6f7e943d /test/gigs/test_json.py | |
| parent | e47afa43860e4350dce13689108096ab33c56d12 (diff) | |
| download | PROJ-ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2.tar.gz PROJ-ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2.zip | |
Add a scripts/fix_typos.sh script and correct reported errors
Diffstat (limited to 'test/gigs/test_json.py')
| -rw-r--r-- | test/gigs/test_json.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gigs/test_json.py b/test/gigs/test_json.py index 2c1f9f02..11aec31e 100644 --- a/test/gigs/test_json.py +++ b/test/gigs/test_json.py @@ -122,7 +122,7 @@ def match_func(cor, exc, tolerance): # parse multiple tests and call TransformTest # TODO: needs some awareness of the driver, so driver_info function in -# TranformTest classes can be called, could allow a dummy instance of +# TransformTest classes can be called, could allow a dummy instance of # Driver and move all the initization code to another function? Or allow # dipatch function to check if everything is in order do a transform. # Not an elegant solution. @@ -131,7 +131,7 @@ class TransformRunner(object): """ fn_pattern - file name or file name pattern (example "*.json") driver - this is the type of driver to run - kwargs - parameters passed to the respective driver TransfromTest class + kwargs - parameters passed to the respective driver TransformTest class """ self.driver = driver json_input = [] |
