Skip to content

Commit

Permalink
pythongh-119786: [doc] broken link and typo fix in interpreter_defini…
Browse files Browse the repository at this point in the history
…tion.md (python#125455)
  • Loading branch information
efimov-mikhail authored Oct 14, 2024
1 parent 5dac0dc commit 187580d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions InternalDocs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
5 changes: 3 additions & 2 deletions Tools/cases_generator/interpreter_definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 187580d

Please sign in to comment.