From: Éric Araujo Date: Sun, 24 Apr 2011 15:10:30 +0000 (+0200) Subject: Remove obsolete/duplicate docstring X-Git-Tag: v3.2.1b1~70^2^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2bad92d31076118d1e9aad1b8fb8a24b03a18f00;p=thirdparty%2FPython%2Fcpython.git Remove obsolete/duplicate docstring --- diff --git a/Lib/test/tracedmodules/__init__.py b/Lib/test/tracedmodules/__init__.py index 4628d8a3a375..13fa4f2be9fe 100644 --- a/Lib/test/tracedmodules/__init__.py +++ b/Lib/test/tracedmodules/__init__.py @@ -2,8 +2,3 @@ that the exact location of functions in these modules is important, as trace.py takes the real line numbers into account. """ -"""This directory contains modules that help testing the trace.py module. Note -that the exact location of functions in these modules is important, as trace.py -takes the real line numbers into account. - -"""