diff options
Diffstat (limited to 'lldb/scripts/lldb.swig')
| -rw-r--r-- | lldb/scripts/lldb.swig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lldb/scripts/lldb.swig b/lldb/scripts/lldb.swig index 50bae415470..1b8889bbbc6 100644 --- a/lldb/scripts/lldb.swig +++ b/lldb/scripts/lldb.swig @@ -95,9 +95,8 @@ def lldb_iter(obj, getsize, getelem): # ============================================================================== # The modify-python-lldb.py script is responsible for post-processing this SWIG- # generated lldb.py module. It is responsible for adding support for: iteration -# protocol: __iter__, rich comparison methods: __eq__ and __ne__, truth value -# testing (and built-in operation bool()): __nonzero__, and built-in function -# len(): __len__. +# protocol: __iter__, rich comparison methods: __eq__ and __ne__, and built-in +# function len(): __len__. # ============================================================================== %} |

