Index: third_party/WebKit/Tools/Scripts/webkitpy/formatter/fix_single_quote_strings.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/formatter/fix_single_quote_strings.py b/third_party/WebKit/Tools/Scripts/webkitpy/formatter/fix_single_quote_strings.py |
index 996c0cd0b639d2319e0083e93018d77fa14d2b34..3d4aa7976c804d056aefac2e4c46826348d4c02b 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/formatter/fix_single_quote_strings.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/formatter/fix_single_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 single quotes. |
+"""A 2to3 fixer that converts all string literals to use single quotes. |
Strings that contain single quotes will not be modified. Prefixed string |
literals will also not be modified. This affect double-quoted strings but |
not triple-double-quote strings. |
- |
""" |
from lib2to3.fixer_base import BaseFix |