From 837dd93e3b038b80bc65c85352e5196097220388 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 17 Oct 2004 16:36:53 +0000 Subject: [PATCH] Fix docstring formatting of escape sequences. --- Lib/subprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/subprocess.py b/Lib/subprocess.py index 54702a0b4c0..76ea25fff45 100644 --- a/Lib/subprocess.py +++ b/Lib/subprocess.py @@ -25,7 +25,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -"""subprocess - Subprocesses with accessible I/O streams +r"""subprocess - Subprocesses with accessible I/O streams This module allows you to spawn processes, connect to their input/output/error pipes, and obtain their return codes. This module