Skip to content

Commit e624cb5

Browse files
author
Bojan Nikolic
committed
Another whitespace
1 parent 4987596 commit e624cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/shutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def _fastcopy_sendfile(fsrc, fdst):
226226
# sendfile in a mode that does not update the
227227
# input fd position when reading. Hence seek the
228228
# input fd to the correct position before falling
229-
# back on POSIX read/write method.
229+
# back on POSIX read/write method.
230230
os.lseek(infd, dstpos, os.SEEK_SET)
231231

232232
raise _GiveupOnFastCopy(err)

0 commit comments

Comments
 (0)