diff options
Diffstat (limited to 'Mac/Lib/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py')
-rw-r--r-- | Mac/Lib/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Lib/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py b/Mac/Lib/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py index 26f7d6a624..01cb150128 100644 --- a/Mac/Lib/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py +++ b/Mac/Lib/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py @@ -396,7 +396,7 @@ class linked(aetools.NProperty): which = 'LINK' want = 'bool' class link_index(aetools.NProperty): - """link index - the index of the source file in its target¹s link order (-1 if source file is not in link order) """ + """link index - the index of the source file in its targetÕs link order (-1 if source file is not in link order) """ which = 'LIDX' want = 'long' class modified_date(aetools.NProperty): @@ -424,7 +424,7 @@ class weak_link(aetools.NProperty): which = 'WEAK' want = 'bool' class init_before(aetools.NProperty): - """init before - is the Œinitialize before¹ flag set for this shared library? """ + """init before - is the •initialize beforeÕ flag set for this shared library? """ which = 'INIT' want = 'bool' class merge_output(aetools.NProperty): |