[Python-checkins] cpython (3.1): Remove obsolete/duplicate docstring

eric.araujo python-checkins at python.org
Wed Apr 27 16:39:04 CEST 2011


http://hg.python.org/cpython/rev/a9437f31469b
changeset:   69624:a9437f31469b
branch:      3.1
parent:      69612:fab8a77a973a
user:        Éric Araujo <merwok at netwok.org>
date:        Sun Apr 24 17:10:30 2011 +0200
summary:
  Remove obsolete/duplicate docstring

files:
  Lib/test/tracedmodules/__init__.py |  5 -----
  1 files changed, 0 insertions(+), 5 deletions(-)


diff --git a/Lib/test/tracedmodules/__init__.py b/Lib/test/tracedmodules/__init__.py
--- 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.
-
-"""

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list