Index: third_party/WebKit/Tools/Scripts/webkitpy/formatter/fix_double_quote_strings.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/formatter/fix_double_quote_strings.py b/third_party/WebKit/Tools/Scripts/webkitpy/formatter/fix_double_quote_strings.py |
index 45f988d5ad9fa31468a20c412d211b8affdaa6e2..3167d9b0c5cfd2c2a46cda8340bff39c952d2ac7 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/formatter/fix_double_quote_strings.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/formatter/fix_double_quote_strings.py |
@@ -2,13 +2,11 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-""" |
-A 2to3 fixer that converts all string literals to use double quotes. |
+"""A 2to3 fixer that converts all string literals to use double quotes. |
Strings that contain double quotes will not be modified. Prefixed string |
literals will also not be modified. This affects both single-quoted strings |
and triple-single-quoted strings. |
- |
""" |
from lib2to3.fixer_base import BaseFix |