From f87b8f6e6e43ee049d4d3bab9af52b1bd4078034 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Fri, 23 Feb 2018 17:09:49 +0000 Subject: [PATCH] Comments --- python/eccodes/high_level/gribindex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/eccodes/high_level/gribindex.py b/python/eccodes/high_level/gribindex.py index 955095a1a..934dd03a4 100644 --- a/python/eccodes/high_level/gribindex.py +++ b/python/eccodes/high_level/gribindex.py @@ -1,6 +1,6 @@ """ ``GribIndex`` class that implements a GRIB index that allows access to -the GRIB API's index functionality. +ecCodes's index functionality. Author: Daniel Lee, DWD, 2014 """