Merge pull request #58 from 0cjs/master

docs/index.rst: Fix `list_breakpoints` typo
This commit is contained in:
Mike Naberezny 2019-09-08 23:57:09 -07:00 committed by GitHub
commit 581f17957f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ by ``add_breakpoint``::
.delete_breakpoint 0
Breakpoint 0 removed
Breakpoint can be listed using the ``list_breakpoint`` command::
Breakpoints can be listed using the ``show_breakpoints`` command::
.add_breakpoint $1234
Breakpoint 0 added at $1234