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:
parent
db783eb2b9
commit
5ed469f6b7
2 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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``:
|
||||
|
|
Loading…
Reference in a new issue