summaryrefslogtreecommitdiffstats
path: root/webkit/support
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-22 17:58:47 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-22 17:58:47 +0000
commita44dd4b92d9bce78167f8afbb7b023219e9a7c0d (patch)
tree0c044fafce31f03f8f34a52fbaed8a3ad7f084f0 /webkit/support
parent4e95ad4209cbbd4e2331d7663833bd6f301e37b8 (diff)
downloadchromium_src-a44dd4b92d9bce78167f8afbb7b023219e9a7c0d.zip
chromium_src-a44dd4b92d9bce78167f8afbb7b023219e9a7c0d.tar.gz
chromium_src-a44dd4b92d9bce78167f8afbb7b023219e9a7c0d.tar.bz2
Fix file comment to use python triple quotes on both sides of
the docstring. TBR=jorlow Review URL: http://codereview.chromium.org/4043004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63531 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/support')
-rw-r--r--webkit/support/setup_third_party.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/support/setup_third_party.py b/webkit/support/setup_third_party.py
index 172ece7..f3cf719 100644
--- a/webkit/support/setup_third_party.py
+++ b/webkit/support/setup_third_party.py
@@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-"A helper script for setting up forwarding headers."""
+"""A helper script for setting up forwarding headers."""
import errno
import os