bpo-1635741: Fix typo in PyModule_AddObjectRef() doc by vstinner · Pull Request #23234 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner merged 1 commit intopython:masterfrom

vstinner:module_addref_typo

Nov 11, 2020

Merged

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

vstinner merged 1 commit intopython:masterfrom

vstinner:module_addref_typo

Conversation

@vstinner

Copy link

Member

@vstinner vstinner commented

Nov 11, 2020

edited by bedevere-bot

Loading

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

Reviewers

No reviews

Assignees

No one assigned

Labels

docs

Documentation in the Doc dir

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @the-knights-who-say-ni @bedevere-bot