1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-17 17:30:52 +00:00

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

View File

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