Index: tools/isolate/trace_inputs.py |
diff --git a/tools/isolate/trace_inputs.py b/tools/isolate/trace_inputs.py |
index e7573a88e347110cbd3c3399a106304eb6a9e141..f71078d9c7f944fd678787b1b363b2da6d8ccfa2 100755 |
--- a/tools/isolate/trace_inputs.py |
+++ b/tools/isolate/trace_inputs.py |
@@ -1581,10 +1581,7 @@ class Dtrace(ApiBase): |
text = text[:-2] |
def unescape(x): |
- """Replaces '\\' with '\' and '\?' (where ? is anything) with ?. |
- |
- Implemented as an automaton. |
- """ |
+ """Replaces '\\' with '\' and '\?' (where ? is anything) with ?.""" |
out = [] |
escaped = False |
for i in x: |