Skip to content

Commit 85a26e1

Browse files
authored
Fix typo in shutil.rst documentation
1 parent 4ee139d commit 85a26e1

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
@@ -541,7 +541,7 @@ On Solaris :func:`os.sendfile` is used.
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
543543
:func:`shutil.copyfileobj` is used, which is still read and write in a loop.
544-
:func:`shutil.copy2` uses native call `CopyFile2` on windows and it is the most
544+
: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

547547
If the fast-copy operation fails and no data was written in the destination

0 commit comments

Comments
 (0)