Skip to content

Commit 6049dd7

Browse files
efimov-mikhailpull[bot]
authored andcommitted
gh-119786: [doc] broken link and typo fix in interpreter_definition.md (#125455)
1 parent f07ac3a commit 6049dd7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

InternalDocs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The core dev team attempts to keep this documentation up to date. If
1111
it is not, please report that through the
1212
[issue tracker](https://github.com/python/cpython/issues).
1313

14+
Index:
15+
-----
1416

1517
[Guide to the parser](parser.md)
1618

Tools/cases_generator/interpreter_definition.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ We update it as the need arises.
7474
### Syntax
7575

7676
Each op definition has a kind, a name, a stack and instruction stream effect,
77-
and a piece of C code describing its semantics::
77+
and a piece of C code describing its semantics:
7878

7979
```
8080
file:
@@ -245,7 +245,8 @@ The same is true for all members of a pseudo instruction
245245
246246
## Examples
247247
248-
(Another source of examples can be found in the [tests](test_generator.py).)
248+
(Another source of examples can be found in the
249+
[tests](https://github.com/python/cpython/blob/main/Lib/test/test_generated_cases.py).)
249250
250251
Some examples:
251252

0 commit comments

Comments
 (0)