Skip to content

Commit

Permalink
Update pep-0553.rst (#430)
Browse files Browse the repository at this point in the history
[java] reference key was misleading, [js-debugger] seems more logical
  • Loading branch information
Naereen authored and brettcannon committed Oct 25, 2017
1 parent 0fcce00 commit a1214f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pep-0553.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ debugger, as proposed in this PEP.
Proposal
========

The JavaScript language provides a ``debugger`` statement [java]_ which enters
The JavaScript language provides a ``debugger`` statement [js-debugger]_ which enters
the debugger at the point where the statement appears.

This PEP proposes a new built-in function called ``breakpoint()``
Expand Down Expand Up @@ -263,7 +263,7 @@ References
.. [linters]
http://flake8.readthedocs.io/en/latest/
.. [java]
.. [js-debugger]
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/debugger
.. [hooks]
Expand Down

0 comments on commit a1214f0

Please sign in to comment.