]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-119786: [doc] broken link and typo fix in interpreter_definition.md (#125455)
authorMikhail Efimov <efimov.mikhail@gmail.com>
Mon, 14 Oct 2024 17:24:54 +0000 (20:24 +0300)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2024 17:24:54 +0000 (17:24 +0000)
InternalDocs/README.md
Tools/cases_generator/interpreter_definition.md

index 805e2f97937e1eb97c768732e163861c8a926318..0a6ecf899458ed5c0c20b035bb39532608b01dd9 100644 (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)
 
index ba09931c54164606fc13984351d19c4c3b5cf823..6cf36f343d5fa729497f2f152cf2b5641c08fbda 100644 (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: