mirror of https://github.com/ecmwf/eccodes.git
Spelling
This commit is contained in:
parent
1818728d4e
commit
f8c09ac9cb
|
@ -46,7 +46,7 @@ class BufrMessage(CodesMessage):
|
||||||
"""
|
"""
|
||||||
Report if key is missing.
|
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))
|
return not bool(eccodes.codes_is_defined(self.codes_id, key))
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ from .. import eccodes
|
||||||
class CodesFile(file):
|
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.
|
read by ecCodes should implement.
|
||||||
|
|
||||||
A {prod_type} file handle meant for use in a context manager.
|
A {prod_type} file handle meant for use in a context manager.
|
||||||
|
|
|
@ -13,7 +13,7 @@ from .. import eccodes
|
||||||
class CodesMessage(object):
|
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.
|
messages read by ecCodes should implement.
|
||||||
|
|
||||||
A {prod_type} message.
|
A {prod_type} message.
|
||||||
|
|
Loading…
Reference in New Issue