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.
pull/59651/head
Matt Clay 5 years ago
parent db783eb2b9
commit 5ed469f6b7

@ -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 Most Python files should include the following boilerplate at the top of the file, right after the
comment header: comment header:

@ -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 Most Python files should include the following boilerplate at the top of the file, right after the
comment header and ``from __future__ import``: comment header and ``from __future__ import``:

Loading…
Cancel
Save