Index: third_party/WebKit/Tools/Scripts/webkitpy/common/find_files.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/find_files.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/find_files.py |
index 53680d4ae4054a655ad68475e385e4237042d43b..56e1dc646ba621078cd16b61e56f97e9a05fc28d 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/find_files.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/find_files.py |
@@ -41,7 +41,8 @@ will return everything except files in fast subfolder. |
If a callback is passed in, it will be called for the each file and the file |
will be included into the result if the callback returns True. |
-The callback has to take three arguments: filesystem, dirname and filename.""" |
+The callback has to take three arguments: filesystem, dirname and filename. |
+""" |
import itertools |