From 6be521f2c1510a5e7bd4e9a68470f983a97a8fba Mon Sep 17 00:00:00 2001 From: tveten Date: Mon, 1 Jan 2024 20:44:20 +0100 Subject: [PATCH] Fix typo --- build_tools/make_release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/make_release.py b/build_tools/make_release.py index 4bdddbff..7c89837c 100644 --- a/build_tools/make_release.py +++ b/build_tools/make_release.py @@ -146,7 +146,7 @@ def __init__(self, branch): def action(self, context): """Carry out action.""" self.instruct( - f"Make sure you're on: {self.branch}, you're local " + f"Make sure you're on: {self.branch}, your local " f"branch is up-to-date, and all new changes are merged " f"in." )