Skip to content

Commit

Permalink
Spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Aug 28, 2023
1 parent 6e55a8b commit 14c3a6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gribapi/gribapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@ def grib_index_get_long(indexid, key):
\b Examples: \ref grib_index.py "grib_index.py"
@param indexid id of an index created from a file. The index must have been created with the key in argument.
@param key key for wich the values are returned
@param key key for which the values are returned
@return tuple with values of key in index
@exception CodesInternalError
"""
Expand All @@ -1475,7 +1475,7 @@ def grib_index_get_string(indexid, key):
\b Examples: \ref grib_index.py "grib_index.py"
@param indexid id of an index created from a file. The index must have been created with the key in argument.
@param key key for wich the values are returned
@param key key for which the values are returned
@return tuple with values of key in index
@exception CodesInternalError
"""
Expand All @@ -1502,7 +1502,7 @@ def grib_index_get_double(indexid, key):
\b Examples: \ref grib_index.py "grib_index.py"
@param indexid id of an index created from a file. The index must have been created with the key in argument.
@param key key for wich the values are returned
@param key key for which the values are returned
@return tuple with values of key in index
@exception CodesInternalError
"""
Expand Down

0 comments on commit 14c3a6c

Please sign in to comment.