bpo-1635741: Fix typo in PyModule_AddObjectRef() doc by vstinner · Pull Request #23234 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
bpo-1635741: Fix typo in PyModule_AddObjectRef() doc#23234
vstinner merged 1 commit intopython:masterfrom
vstinner:module_addref_typo
bpo-1635741: Fix typo in PyModule_AddObjectRef() doc#23234
vstinner merged 1 commit intopython:masterfrom
vstinner:module_addref_typo
Conversation
Copy link
Member
It is similar to PyModule_AddObject(), not to itself.
It is similar to PyModule_AddObject(), not to itself.
the-knights-who-say-ni
added
the
CLA signed
label
vstinner
merged commit
95ce7cd
into
python:master
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
module_addref_typo
branch
adorilson pushed a commit to adorilson/cpython that referenced this pull request
Mar 13, 2021It is similar to PyModule_AddObject(), not to itself.
kylotan
mannequin
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment