From 85e24514193bbc3fbde3eef83d3ced6add300006 Mon Sep 17 00:00:00 2001 From: lens0021 Date: Wed, 22 Jul 2020 00:01:02 +0900 Subject: [PATCH] Fix a too long line --- src/scribunto/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/scribunto/__init__.py b/src/scribunto/__init__.py index 133f01f..784e26c 100644 --- a/src/scribunto/__init__.py +++ b/src/scribunto/__init__.py @@ -39,7 +39,8 @@ def rewrite_requires(text: str, prefix: str) -> str: def prepend_sources(text: str, url: str) -> str: text = f'''--[[ -This module was originally on {url} and forked by Legunto(https://github.com/lens0021/legunto). +This module was originally on {url} and forked by Legunto +(https://github.com/lens0021/legunto). ]] ''' + text