Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
nit
  • Loading branch information
corona10 committed May 16, 2023
commit 62531efd3bcaeb77e13c083e384b5615786f7fe8
2 changes: 1 addition & 1 deletion Modules/_testcapi/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Tests in this directory are compiled into the _testcapi extension.
The main file for the extension is Modules/_testcapimodule.c, which
calls `_PyTestCapi_Init_*` from these functions.

General guideline for writing test C API.
General guideline when writing test code for C API.
* Use clinic tool as possible.
* Add a newline between the the argument spec and the docstring.
* If a test decription is needed, make sure the added docstring clearly and succinctly describes purpose of the function.
Expand Down