Update pep-0553.rst (#430)

[java] reference key was misleading, [js-debugger] seems more logical
This commit is contained in:
Lilian Besson 2017-10-25 02:35:16 +02:00 committed by Brett Cannon
parent 0fcce00dad
commit a1214f0ac1
1 changed files with 2 additions and 2 deletions

View File

@ -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()``
@ -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]