summaryrefslogtreecommitdiff
path: root/tools/gen-cpydiff.py
diff options
context:
space:
mode:
authorJason Neal <jason.neal@astro.up.pt>2020-01-02 00:30:18 +1300
committerDamien George <damien.p.george@gmail.com>2020-01-06 22:16:18 +1100
commitde78a9e317d3dd3654424ea70446dedbae9cce52 (patch)
treeffabc712f807293ba5065e3e951f10866481cdff /tools/gen-cpydiff.py
parent10709846f38f8f6519dee27694ce583926a00cb9 (diff)
tools/gen-cpydiff.py: Adjust subsections to sentence case.
Diffstat (limited to 'tools/gen-cpydiff.py')
-rw-r--r--tools/gen-cpydiff.py2
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: '