diff --git a/release/lts/create_release_notes.py b/release/lts/create_release_notes.py index a2cc56a3b0e..b5bf55ea8e2 100755 --- a/release/lts/create_release_notes.py +++ b/release/lts/create_release_notes.py @@ -20,7 +20,7 @@ parser.add_argument( help="Version string in the form of {major}.{minor}.{patch} (e.g. 3.3.2)") parser.add_argument( "--issue", - help="Task that is contains the release notes information (e.g. #77348)") + help="Task that contains the release notes information (e.g. #77348)") parser.add_argument( "--format", help="Format the result in `text`, `steam`, `markdown` or `html`",