Skip to content

Commit 75c328b

Browse files
minrkvstinner
andauthored
apply suggestions from review
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent f75f7c5 commit 75c328b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/asyncio/_selector_thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def _split_fd(self, fd: _FileDescriptorLike) -> tuple[int, _FileDescriptorLike]:
271271
"""Return fd, file object
272272
273273
Keeps a handle on the fileobject given,
274-
but always registers integer FD
274+
but always registers integer FD.
275275
"""
276276
fileno = fd
277277
if not isinstance(fileno, int):

0 commit comments

Comments
 (0)