Skip to content

Commit c534fe5

Browse files
authored
Fix typo in usage docstring
s/fd_stats/fd_status/
1 parent b6baeab commit c534fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/subprocessdata/fd_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
file descriptors on stdout.
33
44
Usage:
5-
fd_stats.py: check all file descriptors (up to 255)
5+
fd_status.py: check all file descriptors (up to 255)
66
fd_status.py fd1 fd2 ...: check only specified file descriptors
77
"""
88

0 commit comments

Comments
 (0)