Skip to content

Commit a09ff4d

Browse files
bnikolicpicnixz
andauthored
Update Lib/shutil.py
Improve whitespace Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 520ee09 commit a09ff4d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Lib/shutil.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,9 @@ def _fastcopy_sendfile(fsrc, fdst):
210210
# ENOTSOCK: sendfile() on this platform (probably
211211
# Linux < 2.6.33) does not support copies between
212212
# regular files (only sockets).
213-
# ENODATA: In rare cases sendfile() on Linux Lustre call
214-
# returns ENODATA
213+
#
214+
# ENODATA: In rare cases, sendfile() on Linux Lustre
215+
# returns ENODATA.
215216
_USE_CP_SENDFILE = False
216217
raise _GiveupOnFastCopy(err)
217218

0 commit comments

Comments
 (0)