Correct a typo of an annotation

This patch changes 'begining' to 'beginning'
in an annotation of the _redirections.py

Change-Id: Ic29e3e924b1f59fb44f7fd64d9fbc960948b72ce
This commit is contained in:
zhaoleilc 2020-07-23 14:14:48 +08:00
parent a7d862c8f0
commit 46e30e8196
1 changed files with 1 additions and 1 deletions

View File

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