diff options
author | Tom Tromey <tromey@redhat.com> | 2011-10-19 17:51:01 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-10-19 17:51:01 +0000 |
commit | f05e2e1de66ff08f7551de7bb8e1411540c9fffa (patch) | |
tree | 76002905737c451f47c93b460506a217261f313b /gdb/doc/gdb.texinfo | |
parent | bfc34b3fc4fcc2751065338a2dad8cd6c4db49e8 (diff) | |
download | gdb-f05e2e1de66ff08f7551de7bb8e1411540c9fffa.zip gdb-f05e2e1de66ff08f7551de7bb8e1411540c9fffa.tar.gz gdb-f05e2e1de66ff08f7551de7bb8e1411540c9fffa.tar.bz2 |
* gdb.texinfo (Commands In Python): Add missing "@"s.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 0aa90eb..c69bddb 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -22752,7 +22752,7 @@ You can implement new @value{GDBN} CLI commands in Python. A CLI command is implemented using an instance of the @code{gdb.Command} class, most commonly using a subclass. -@defun Command.__init__ (name, @var{command_class} @r{[}, var{completer_class} @r{[}, var{prefix}@r{]]}) +@defun Command.__init__ (name, @var{command_class} @r{[}, @var{completer_class} @r{[}, @var{prefix}@r{]]}) The object initializer for @code{Command} registers the new command with @value{GDBN}. This initializer is normally invoked from the subclass' own @code{__init__} method. |