summaryrefslogtreecommitdiff
path: root/Lib/test/tracedmodules
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-04-24 17:10:30 +0200
committerÉric Araujo <merwok@netwok.org>2011-04-24 17:10:30 +0200
commit96042dfb22e4443f58e4e5a28cc26de0e370ec64 (patch)
treeeb22c32f049d15b7d9903a577237a1c27ff384a4 /Lib/test/tracedmodules
parent63f518b88a2be3126d4068caf80ab85a50d5cabc (diff)
downloadcpython-96042dfb22e4443f58e4e5a28cc26de0e370ec64.tar.gz
Remove obsolete/duplicate docstring
Diffstat (limited to 'Lib/test/tracedmodules')
-rw-r--r--Lib/test/tracedmodules/__init__.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/Lib/test/tracedmodules/__init__.py b/Lib/test/tracedmodules/__init__.py
index 4628d8a3a3..13fa4f2be9 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.
-
-"""