| Index: appengine/findit/crash/callstack_filters.py
|
| diff --git a/appengine/findit/crash/callstack_filters.py b/appengine/findit/crash/callstack_filters.py
|
| index 2ff2c693e1daf3855230e614619feb2991a6ba6f..fa92d2522be2bb3e7826cca01cc280fac5dd8021 100644
|
| --- a/appengine/findit/crash/callstack_filters.py
|
| +++ b/appengine/findit/crash/callstack_filters.py
|
| @@ -6,7 +6,7 @@ import re
|
|
|
|
|
| def FilterFramesBeforeSignature(callstack, signature):
|
| - """Filter all the stack frames before the signature frame.
|
| + """Filters all the stack frames before the signature frame.
|
|
|
| Note: The callstack is filtered in place.
|
| """
|
|
|