From 36730e8bc157901bd891df9a2dbe8a153538fe43 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sun, 12 Dec 2010 18:25:25 +0000 Subject: [PATCH] Make this a warning and fix indentation --- Doc/library/test.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 58adfa2146..bcce69020a 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -5,12 +5,12 @@ :synopsis: Regression tests package containing the testing suite for Python. .. sectionauthor:: Brett Cannon -.. note:: - 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 - this package outside of Python's standard library is discouraged as code - mentioned here can change or be removed without notice between releases of - Python. +.. warning:: + 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 + this package outside of Python's standard library is discouraged as code + mentioned here can change or be removed without notice between releases of + Python. The :mod:`test` package contains all regression tests for Python as well as the -- 2.40.0