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
bpo-41224: Document is_annotated() in symtable module and update doc strings #21369
bpo-41224: Document is_annotated() in symtable module and update doc strings #21369
Conversation
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
…strings (pythonGH-21369) * Document is_annotate() and update doc strings * Move quotes to the next line. Co-authored-by: Pablo Galindo <Pablogsal@gmail.com> Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
…strings (pythonGH-21369) * Document is_annotate() and update doc strings * Move quotes to the next line. Co-authored-by: Pablo Galindo <Pablogsal@gmail.com> Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
|
Thanks @nanjekyejoannah for the PR |
|
Thanks @nanjekyejoannah for the PR |
|
Sorry, @nanjekyejoannah, I could not cleanly backport this to |
|
Sorry @nanjekyejoannah, I had trouble checking out the |
This PR does the following:
s_annotated()in thesymtablemodule.https://bugs.python.org/issue41224