diff options
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 |
commit | 96042dfb22e4443f58e4e5a28cc26de0e370ec64 (patch) | |
tree | eb22c32f049d15b7d9903a577237a1c27ff384a4 /Lib/test/tracedmodules | |
parent | 63f518b88a2be3126d4068caf80ab85a50d5cabc (diff) | |
download | cpython-96042dfb22e4443f58e4e5a28cc26de0e370ec64.tar.gz |
Remove obsolete/duplicate docstring
Diffstat (limited to 'Lib/test/tracedmodules')
-rw-r--r-- | 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 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. - -""" |