diff options
Diffstat (limited to 'Lib/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py')
| -rw-r--r-- | Lib/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py b/Lib/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py index 7984132..522f04c 100644 --- a/Lib/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py +++ b/Lib/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py @@ -86,13 +86,13 @@ _Enum_prtn = { _classdeclarations = { 'ccel' : cell, 'ccol' : column, - 'ctbl' : table, 'crow' : row, + 'ctbl' : table, } _propdeclarations = { - 'pnam' : name, 'pfor' : formula, + 'pnam' : name, 'ppro' : protection, } |
