diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-10-24 20:09:23 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-10-24 20:09:23 (GMT) |
commit | 23b44a39cec5ccebb6c6eb1e94eccbd6e8ce758e (patch) | |
tree | 941140dc41a2b2a6ab495fda2cbbd6df7409824a /Tools/modulator/EXAMPLE.py | |
parent | f8d59d28e0867c82b647d94c0aecd9e1c3accd9e (diff) | |
download | cpython-23b44a39cec5ccebb6c6eb1e94eccbd6e8ce758e.zip cpython-23b44a39cec5ccebb6c6eb1e94eccbd6e8ce758e.tar.gz cpython-23b44a39cec5ccebb6c6eb1e94eccbd6e8ce758e.tar.bz2 |
Patch #812378: Normalize white space.
Diffstat (limited to 'Tools/modulator/EXAMPLE.py')
-rw-r--r-- | Tools/modulator/EXAMPLE.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/modulator/EXAMPLE.py b/Tools/modulator/EXAMPLE.py index d4b254a..b36a5a7 100644 --- a/Tools/modulator/EXAMPLE.py +++ b/Tools/modulator/EXAMPLE.py @@ -34,7 +34,7 @@ o3.name = 'over-the-top object' o3.abbrev = 'ot' o3.methodlist = ['method1', 'method2'] o3.funclist = ['new', 'tp_dealloc', 'tp_print', 'tp_getattr', 'tp_setattr', - 'tp_compare', 'tp_repr', 'tp_hash'] + 'tp_compare', 'tp_repr', 'tp_hash'] o3.typelist = ['tp_as_sequence', 'structure'] # |