[pypy-commit] pypy default: fix docstring

antocuni noreply at buildbot.pypy.org
Thu Aug 4 14:15:54 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r46272:5714e1716790
Date: 2011-08-04 14:17 +0200
http://bitbucket.org/pypy/pypy/changeset/5714e1716790/

Log:	fix docstring

diff --git a/pypy/tool/gdb_pypy.py b/pypy/tool/gdb_pypy.py
--- a/pypy/tool/gdb_pypy.py
+++ b/pypy/tool/gdb_pypy.py
@@ -1,12 +1,11 @@
 """
-Some convenience macros for gdb.  Load them by putting this file somewhere in
-the path and then, from gdb:
+Some convenience macros for gdb.  If you have pypy in your path, you can simply do:
 
-(gdb) python import pypy_gdb
+(gdb) python import pypy.tool.gdb_pypy
 
 Or, alternatively:
 
-(gdb) python execfile('/path/to/pypy_gdb.py')
+(gdb) python execfile('/path/to/gdb_pypy.py')
 """
 
 import sys


More information about the pypy-commit mailing list