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

bpo-1635741: Fix typo in PyModule_AddObjectRef() doc #23234

Merged
merged 1 commit into from Nov 11, 2020
Merged

bpo-1635741: Fix typo in PyModule_AddObjectRef() doc #23234

merged 1 commit into from Nov 11, 2020

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Nov 11, 2020

It is similar to PyModule_AddObject(), not to itself.

https://bugs.python.org/issue1635741

It is similar to PyModule_AddObject(), not to itself.
@bedevere-bot bedevere-bot added docs Documentation in the Doc dir awaiting core review labels Nov 11, 2020
@vstinner vstinner merged commit 95ce7cd into python:master Nov 11, 2020
@vstinner vstinner deleted the module_addref_typo branch November 11, 2020 00:52
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
It is similar to PyModule_AddObject(), not to itself.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants