diff options
Diffstat (limited to 'Lib/pdb.py')
-rwxr-xr-x | Lib/pdb.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #! /usr/bin/env python -"""pdb.py -- finally, a Python debugger!""" +"""A Python debugger.""" # (See pdb.doc for documentation.) |