]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-113803: Fix inaccurate documentation for shutil.move when dst is an existin...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 4 Feb 2024 19:00:03 +0000 (20:00 +0100)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2024 19:00:03 +0000 (19:00 +0000)
commit5d2e30958ae425e6adc635e2ac718e0d8531e794
tree30855faaf8d6b1bab4dbb686a164403c5a0ad625
parentb9937a6f22d3a3b555ec34321acfac189e79a842
[3.12] gh-113803: Fix inaccurate documentation for shutil.move when dst is an existing directory (GH-113837) (#115006)

* fix the usage of dst and destination in shutil.move doc
* update shutil.move doc
(cherry picked from commit da8f9fb2ea65cc2784c2400fc39ad8c800a67a42)

Co-authored-by: Dai Wentao <dwt136@gmail.com>
Doc/library/shutil.rst
Lib/shutil.py