This commit is contained in:
Shahram Najm 2016-12-29 13:04:54 +00:00
parent 1818728d4e
commit f8c09ac9cb
3 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ class BufrMessage(CodesMessage):
"""
Report if key is missing.
Overloaded due to confusing behavior in ``codes_is_missing`` (SUP-1874).
Overloaded due to confusing behaviour in ``codes_is_missing`` (SUP-1874).
"""
return not bool(eccodes.codes_is_defined(self.codes_id, key))

View File

@ -11,7 +11,7 @@ from .. import eccodes
class CodesFile(file):
"""
An abstract class to specify and/or implement common behavior that files
An abstract class to specify and/or implement common behaviour that files
read by ecCodes should implement.
A {prod_type} file handle meant for use in a context manager.

View File

@ -13,7 +13,7 @@ from .. import eccodes
class CodesMessage(object):
"""
An abstract class to specify and/or implement common behavior that
An abstract class to specify and/or implement common behaviour that
messages read by ecCodes should implement.
A {prod_type} message.