# HG changeset patch # User Paul Boddie # Date 1692705218 -7200 # Node ID 11ec0e4a1f34224df473ef7ae992a5e0aeb76f8a # Parent e986990044652cd2b3c04fe85d4baa5d54be94fb Fixed docstring. diff -r e98699004465 -r 11ec0e4a1f34 transresults.py --- a/transresults.py Sun Nov 28 02:03:21 2021 +0100 +++ b/transresults.py Tue Aug 22 13:53:38 2023 +0200 @@ -3,7 +3,7 @@ """ Translation result abstractions. -Copyright (C) 2016, 2017, 2018, 2021 Paul Boddie +Copyright (C) 2016, 2017, 2018, 2021, 2023 Paul Boddie This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -244,7 +244,7 @@ s = encode_instructions(self.instructions) # NOTE: This includes a superficial test for internal attributes that - # NOTE: relies on such attributes being used directly and passedto + # NOTE: relies on such attributes being used directly and passed to # NOTE: native code. if self.assignment or self.accessor_test or self.attrname in special_attributes: