From f8c09ac9cbad802fc92fb593c77ecab47a76a8ff Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Thu, 29 Dec 2016 13:04:54 +0000 Subject: [PATCH] Spelling --- python/eccodes/high_level/bufr.py | 2 +- python/eccodes/high_level/codesfile.py | 2 +- python/eccodes/high_level/codesmessage.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/eccodes/high_level/bufr.py b/python/eccodes/high_level/bufr.py index 5f0e76f61..fdf86287b 100644 --- a/python/eccodes/high_level/bufr.py +++ b/python/eccodes/high_level/bufr.py @@ -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)) diff --git a/python/eccodes/high_level/codesfile.py b/python/eccodes/high_level/codesfile.py index 26cca88d4..261a097f0 100644 --- a/python/eccodes/high_level/codesfile.py +++ b/python/eccodes/high_level/codesfile.py @@ -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. diff --git a/python/eccodes/high_level/codesmessage.py b/python/eccodes/high_level/codesmessage.py index 3d8da1f78..2acbfd2ee 100644 --- a/python/eccodes/high_level/codesmessage.py +++ b/python/eccodes/high_level/codesmessage.py @@ -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.