Merge pull request #7801 from pytest-dev/fix-bot-typo

Fix typos in pytestbot
This commit is contained in:
Anthony Sottile 2020-09-26 15:53:14 -07:00 committed by GitHub
commit 28ba9ab737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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))