Add a trailing period in release notes.

llvm-svn: 331460
This commit is contained in:
Alexander Kornienko 2018-05-03 15:59:39 +00:00
parent b9a457af35
commit 36ba5ade54
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ def add_release_notes(module_path, module, check_name):
if not line.startswith('----'): if not line.startswith('----'):
f.write(""" f.write("""
- New :doc:`%s - New :doc:`%s
<clang-tidy/checks/%s>` check <clang-tidy/checks/%s>` check.
FIXME: add release notes. FIXME: add release notes.
""" % (check_name_dashes, check_name_dashes)) """ % (check_name_dashes, check_name_dashes))