Skip to content

Commit fd9e178

Browse files
Update Doc/library/shutil.rst
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 4920eeb commit fd9e178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/shutil.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ On Solaris :func:`os.sendfile` is used.
540540

541541
On Windows :func:`shutil.copyfile` uses a bigger default buffer size (1 MiB
542542
instead of 64 KiB) and a :func:`memoryview`-based variant of
543-
:func:`shutil.copyfileobj` is used, which is still read and write in a loop.
543+
:func:`shutil.copyfileobj` is used, which is still reads and writes in a loop.
544544
:func:`shutil.copy2` uses native call ``CopyFile2`` on windows and it is the most
545545
efficient and support copy-on-write, but preserve the metadata.
546546

0 commit comments

Comments
 (0)