tools/gen-cpydiff.py: Adjust subsections to sentence case.

pull/5507/head
Jason Neal 2020-01-02 00:30:18 +13:00 zatwierdzone przez Damien George
rodzic 10709846f3
commit de78a9e317
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -51,7 +51,7 @@ INDEX = 'index.rst'
HEADER = '.. This document was generated by tools/gen-cpydiff.py\n\n'
UIMPORTLIST = {'struct', 'collections', 'json'}
CLASSMAP = {'Core': 'Core Language', 'Types': 'Builtin Types'}
CLASSMAP = {'Core': 'Core language', 'Types': 'Builtin types'}
INDEXPRIORITY = ['syntax', 'core_language', 'builtin_types', 'modules']
RSTCHARS = ['=', '-', '~', '`', ':']
SPLIT = '"""\n|categories: |description: |cause: |workaround: '