mirror of https://github.com/python/cpython
Make this a warning and fix indentation
This commit is contained in:
parent
19d6ce0f73
commit
36730e8bc1
|
@ -5,12 +5,12 @@
|
||||||
:synopsis: Regression tests package containing the testing suite for Python.
|
:synopsis: Regression tests package containing the testing suite for Python.
|
||||||
.. sectionauthor:: Brett Cannon <brett@python.org>
|
.. sectionauthor:: Brett Cannon <brett@python.org>
|
||||||
|
|
||||||
.. note::
|
.. warning::
|
||||||
The :mod:`test` package is meant for internal use by Python only. It is
|
The :mod:`test` package is meant for internal use by Python only. It is
|
||||||
documented for the benefit of the core developers of Python. Any use of
|
documented for the benefit of the core developers of Python. Any use of
|
||||||
this package outside of Python's standard library is discouraged as code
|
this package outside of Python's standard library is discouraged as code
|
||||||
mentioned here can change or be removed without notice between releases of
|
mentioned here can change or be removed without notice between releases of
|
||||||
Python.
|
Python.
|
||||||
|
|
||||||
|
|
||||||
The :mod:`test` package contains all regression tests for Python as well as the
|
The :mod:`test` package contains all regression tests for Python as well as the
|
||||||
|
|
Loading…
Reference in New Issue