Skip to content

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

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

Merged
merged 1 commit into from
Nov 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bpo-1635741: Fix typo in PyModule_AddObjectRef() doc
It is similar to PyModule_AddObject(), not to itself.
  • Loading branch information
vstinner committed Nov 11, 2020
commit ba88c4f763f5ad0a95e3e7e84c3f7c685aca44eb
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ New Features
(Contributed by Alex Gaynor in :issue:`41784`.)

* Added :c:func:`PyModule_AddObjectRef` function: similar to
:c:func:`PyModule_AddObjectRef` but don't steal a reference to the value on
:c:func:`PyModule_AddObject` but don't steal a reference to the value on
success.
(Contributed by Victor Stinner in :issue:`1635741`.)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Added :c:func:`PyModule_AddObjectRef` function: similar to
:c:func:`PyModule_AddObjectRef` but don't steal a reference to the value on
:c:func:`PyModule_AddObject` but don't steal a reference to the value on
success. Patch by Victor Stinner.
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy