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 a48d0ea commit f9f719eCopy full SHA for f9f719e
Doc/library/shutil.rst
@@ -545,7 +545,7 @@ instead of 64 KiB) and a :func:`memoryview`-based variant of
545
efficient method, supports copy-on-write, and preserves metadata.
546
547
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
+file then shutil will silently fall back to less efficient
549
:func:`copyfileobj` function internally.
550
551
.. versionchanged:: 3.8
0 commit comments