Skip to content

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

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:module_addref_typo
Nov 11, 2020
Merged

bpo-1635741: Fix typo in PyModule_AddObjectRef() doc#23234
vstinner merged 1 commit into
python:masterfrom
vstinner:module_addref_typo

Conversation

@vstinner

@vstinner vstinner commented Nov 11, 2020

Copy link
Copy Markdown
Member

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

3 participants