diff options
author | Éric Araujo <merwok@netwok.org> | 2011-04-24 15:10:30 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-04-24 15:10:30 (GMT) |
commit | 2bad92d31076118d1e9aad1b8fb8a24b03a18f00 (patch) | |
tree | 1a8dd0cb3ca640e129b648ac180aa950b6ed817c /Lib/test/tracedmodules | |
parent | 5348b63a91e3517116fcef2a9e7019b640aa6c9f (diff) | |
download | cpython-2bad92d31076118d1e9aad1b8fb8a24b03a18f00.zip cpython-2bad92d31076118d1e9aad1b8fb8a24b03a18f00.tar.gz cpython-2bad92d31076118d1e9aad1b8fb8a24b03a18f00.tar.bz2 |
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 4628d8a..13fa4f2 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. - -""" |