From d688072990c5a5e6816720110f1a6598804dabad Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 22 Jun 2016 06:29:18 -0700 Subject: [PATCH] Break a long line --- support/manage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/manage.py b/support/manage.py index e4d662a4..fa0b6c0c 100755 --- a/support/manage.py +++ b/support/manage.py @@ -128,8 +128,8 @@ def update_site(env): # Fix a broken link in index.rst. index = os.path.join(target_doc_dir, 'index.rst') with rewrite(index) as b: - b.data = b.data.replace('doc/latest/index.html#format-string-syntax', - 'syntax.html') + b.data = b.data.replace( + 'doc/latest/index.html#format-string-syntax', 'syntax.html') # Build the docs. html_dir = os.path.join(env.build_dir, 'html') if os.path.exists(html_dir):