From 6d08e5bb09293c03d8953831888c64d8eca889bf Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 20 Aug 2014 08:23:27 -0400 Subject: bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional. (Bitbake rev: 587b144ee409d444494d8d7f2d1c53ede8f7c953) Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- bitbake/lib/bb/namedtuple_with_abc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bitbake/lib/bb/namedtuple_with_abc.py') diff --git a/bitbake/lib/bb/namedtuple_with_abc.py b/bitbake/lib/bb/namedtuple_with_abc.py index f5e0a3f3d5..32f2fc642c 100644 --- a/bitbake/lib/bb/namedtuple_with_abc.py +++ b/bitbake/lib/bb/namedtuple_with_abc.py @@ -202,8 +202,8 @@ if __name__ == '__main__': print(rec5._replace(k=222)._my_custom_method()) # MyMixIn's print(rec5._replace(k=222).count(2)) # MyMixIn's - # None that behavior: the standard namedtuple methods cannot be - # overriden by a foreign mix-in -- even if the mix-in is declared + # Note that behavior: the standard namedtuple methods cannot be + # overridden by a foreign mix-in -- even if the mix-in is declared # as the leftmost base class (but, obviously, you can override them # in the defined class or its subclasses): -- cgit v1.2.3-54-g00ecf