gh-119786: [doc] broken link and typo fix in interpreter_definition.md (#125455)

This commit is contained in:
Mikhail Efimov 2024-10-14 20:24:54 +03:00 committed by GitHub
parent 5dac0dceda
commit 187580d95c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,8 @@ The core dev team attempts to keep this documentation up to date. If
it is not, please report that through the
[issue tracker](https://github.com/python/cpython/issues).
Index:
-----
[Guide to the parser](parser.md)

View File

@ -74,7 +74,7 @@ We update it as the need arises.
### Syntax
Each op definition has a kind, a name, a stack and instruction stream effect,
and a piece of C code describing its semantics::
and a piece of C code describing its semantics:
```
file:
@ -245,7 +245,8 @@ The same is true for all members of a pseudo instruction
## Examples
(Another source of examples can be found in the [tests](test_generator.py).)
(Another source of examples can be found in the
[tests](https://github.com/python/cpython/blob/main/Lib/test/test_generated_cases.py).)
Some examples: