Fix sanity docs page titles.

The titles are used to generate the index of sanity tests, so they should match the name of the test.
This commit is contained in:
Matt Clay 2019-07-26 08:30:19 -07:00
parent db783eb2b9
commit 5ed469f6b7
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
Sanity Tests » from __future__ boilerplate
==========================================
Sanity Tests » future-import-boilerplate
========================================
Most Python files should include the following boilerplate at the top of the file, right after the
comment header:

View file

@ -1,5 +1,5 @@
Sanity Tests » __metaclass__ = type boilerplate
===============================================
Sanity Tests » metaclass-boilerplate
====================================
Most Python files should include the following boilerplate at the top of the file, right after the
comment header and ``from __future__ import``: