diff options
| author | Jason Neal <jason.neal@astro.up.pt> | 2020-01-02 00:30:18 +1300 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2020-01-06 22:16:18 +1100 |
| commit | de78a9e317d3dd3654424ea70446dedbae9cce52 (patch) | |
| tree | ffabc712f807293ba5065e3e951f10866481cdff /tools/gen-cpydiff.py | |
| parent | 10709846f38f8f6519dee27694ce583926a00cb9 (diff) | |
tools/gen-cpydiff.py: Adjust subsections to sentence case.
Diffstat (limited to 'tools/gen-cpydiff.py')
| -rw-r--r-- | tools/gen-cpydiff.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen-cpydiff.py b/tools/gen-cpydiff.py index 8aef37514..356ade89d 100644 --- a/tools/gen-cpydiff.py +++ b/tools/gen-cpydiff.py @@ -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: ' |
