Skip to content

Commit f9f719e

Browse files
Update Doc/library/shutil.rst
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent a48d0ea commit f9f719e

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
@@ -545,7 +545,7 @@ instead of 64 KiB) and a :func:`memoryview`-based variant of
545545
efficient method, supports copy-on-write, and preserves metadata.
546546

547547
If the fast-copy operation fails and no data was written in the destination
548-
file then shutil will silently fall back on using less efficient
548+
file then shutil will silently fall back to less efficient
549549
:func:`copyfileobj` function internally.
550550

551551
.. versionchanged:: 3.8

0 commit comments

Comments
 (0)