From 46e30e8196a3f589550fb6365f433e5a94f0e63f Mon Sep 17 00:00:00 2001 From: zhaoleilc <15247232416@163.com> Date: Thu, 23 Jul 2020 14:14:48 +0800 Subject: [PATCH] Correct a typo of an annotation This patch changes 'begining' to 'beginning' in an annotation of the _redirections.py Change-Id: Ic29e3e924b1f59fb44f7fd64d9fbc960948b72ce --- openstack_releases/_redirections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_releases/_redirections.py b/openstack_releases/_redirections.py index a57e9a7738..fcdd813d91 100644 --- a/openstack_releases/_redirections.py +++ b/openstack_releases/_redirections.py @@ -39,7 +39,7 @@ def generate_constraints_redirections(_deliverables, future_releases=[]): ref_type = 'tag' break - # Insert into the begining of the list so that redirections are + # Insert into the beginning of the list so that redirections are # master -> juno status = 302 if target == 'master' else 301 redirections.insert(0, dict(code=status, src=deliv.series,