aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/make-flow-simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make-flow-simple.py')
-rw-r--r--scripts/make-flow-simple.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-flow-simple.py b/scripts/make-flow-simple.py
index 1e0b566..be16cf1 100644
--- a/scripts/make-flow-simple.py
+++ b/scripts/make-flow-simple.py
@@ -40,7 +40,7 @@ text, n_note = re.subn(r'<text x="20" y="\d+"[^>]*>※6[^<]*</text>\n', "", text
# 簡易版には課題欄がないので、ライセンス行の但し書きも外す
text = text.replace("課題欄のリンク先:yasutakeyohei.com",
"各課題の詳細:yasutakeyohei.com/ijime-judai-jitai/flow/")
-text = text.replace("内容を変えず(下部の【課題・論点】を省くのは可)、", "内容を変えず、")
+text = text.replace("内容を変えず(課題欄の省略・一部の切り取りは可)、", "内容を変えず(一部の切り取りは可)、")
# 5) 課題欄より下の要素を上へ寄せる
def _shift(m):