Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for syntax errors in code examples #7651

Merged
merged 3 commits into from
Oct 7, 2019

Conversation

hoefling
Copy link
Contributor

@hoefling hoefling commented Oct 7, 2019

Extracted all code samples from the .. code-block:: directives and ran them against tokenize, ast.parse and exec(compile(...)). Some samples contain subtle typos that produced SyntaxErrors, fixed them.

This is part of splitting up the changes in #7624 into more readable PRs.

…ax in failing examples

Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
docs/source/generics.rst Outdated Show resolved Hide resolved
Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
@gvanrossum gvanrossum merged commit beec11a into python:master Oct 7, 2019
@hoefling hoefling deleted the code-examples-syntax-errors branch October 8, 2019 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants