Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1343)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/metered_stream.py

Issue 2256793002: Make docstrings more consistent using format-webkitpy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make indentation of final quote based on parse tree (indentation prior to docstring node) rather th… Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/metered_stream.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/metered_stream.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/metered_stream.py
index bf413c74e74f71a42989d82dc881c2087a2169a3..44183035a49da368747b063d5eda771b362fff4b 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/metered_stream.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/metered_stream.py
@@ -35,8 +35,7 @@ LOG_HANDLER_NAME = 'MeteredStreamLogHandler'
class MeteredStream(object):
- """
- This class implements a stream wrapper that has 'meters' as well as
+ """This class implements a stream wrapper that has 'meters' as well as
regular output. A 'meter' is a single line of text that can be erased
and rewritten repeatedly, without producing multiple lines of output. It
can be used to produce effects like progress bars.

Powered by Google App Engine
This is Rietveld 408576698