Skip to content

Commit 3535586

Browse files
methanevstinner
andauthored
Apply suggestions from code review
Co-authored-by: Victor Stinner <[email protected]>
1 parent 3dbf77d commit 3535586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/multiprocessing/connection.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
#
4040
#
4141

42-
# 64KiB is the default PIPE buffer size of most POSIX platforms.
43-
BUFSIZE = 64*1024
42+
# 64 KiB is the default PIPE buffer size of most POSIX platforms.
43+
BUFSIZE = 64 * 1024
4444

4545
# A very generous timeout when it comes to local connections...
4646
CONNECTION_TIMEOUT = 20.

0 commit comments

Comments
 (0)