* gdb.texinfo (Python): Fix long line.

This commit is contained in:
Doug Evans 2010-10-30 04:39:47 +00:00
parent 80347f88a2
commit 9eeee97773
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-10-29 Doug Evans <dje@google.com>
* gdb.texinfo (Python): Fix long line.
2010-10-20 Doug Evans <dje@google.com>
* gdbint.texinfo (Misc Guidelines): Renamed from Coding.

View File

@ -20393,7 +20393,8 @@ Python programming language}. This feature is available only if
@cindex python directory
Python scripts used by @value{GDBN} should be installed in
@file{@var{data-directory}/python}, where @var{data-directory} is
the data directory as determined at @value{GDBN} startup (@pxref{Data Files}). This directory, known as the @dfn{python directory},
the data directory as determined at @value{GDBN} startup (@pxref{Data Files}).
This directory, known as the @dfn{python directory},
is automatically added to the Python Search Path in order to allow
the Python interpreter to locate all scripts installed at this location.