From 14de6781d89a5ec17a2f2486aa27b41d16f8bf3d Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 26 Sep 2020 23:46:58 +0300 Subject: [PATCH] Fix typos in pytestbot --- scripts/release-on-comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release-on-comment.py b/scripts/release-on-comment.py index 7c662113e..e2ddbe1ca 100644 --- a/scripts/release-on-comment.py +++ b/scripts/release-on-comment.py @@ -227,7 +227,7 @@ def find_next_version(base_branch: str, is_major: bool) -> str: msg = dedent( f""" Found features or breaking changes in `{base_branch}`, and feature releases can only be - created from `master`.": + created from `master`: """ ) msg += "\n".join(f"* `{x.name}`" for x in sorted(features + breaking))