We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6d0e0 commit 5c53046Copy full SHA for 5c53046
Modules/_interpchannelsmodule.c
@@ -2212,9 +2212,9 @@ static PyStructSequence_Field channel_info_fields[] = {
2212
{"num_interp_send_released",
2213
"interpreters bound to the send end and released"},
2214
2215
- {"num_interp_recv", "interpreters bound to the send end"},
+ {"num_interp_recv", "interpreters bound to the recv end"},
2216
{"num_interp_recv_released",
2217
- "interpreters bound to the send end and released"},
+ "interpreters bound to the recv end and released"},
2218
2219
{"num_interp_both", "interpreters bound to both ends"},
2220
{"num_interp_both_released",
0 commit comments