We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4987596 commit e624cb5Copy full SHA for e624cb5
Lib/shutil.py
@@ -226,7 +226,7 @@ def _fastcopy_sendfile(fsrc, fdst):
226
# sendfile in a mode that does not update the
227
# input fd position when reading. Hence seek the
228
# input fd to the correct position before falling
229
- # back on POSIX read/write method.
+ # back on POSIX read/write method.
230
os.lseek(infd, dstpos, os.SEEK_SET)
231
232
raise _GiveupOnFastCopy(err)
0 commit comments