Skip to content

Commit 3d3665e

Browse files
authored
Apply suggestion from @ngoldbaum
1 parent ac313b9 commit 3d3665e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/c-api/module.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,7 @@ or code that creates modules dynamically.
10201020
This function is called automatically when creating a module from
10211021
``PyModuleDef`` (such as when using :ref:`multi-phase-initialization`,
10221022
``PyModule_Create``, or ``PyModule_FromDefAndSpec``).
1023+
10231024
Return ``0`` on success.
10241025
Return ``-1`` with an exception set on error.
10251026

0 commit comments

Comments
 (0)