From 3e62ecf99c42b715aefc6091cb706ad8a3288932 Mon Sep 17 00:00:00 2001 From: fatelei Date: Tue, 23 Dec 2025 09:41:30 +0800 Subject: [PATCH] chore: update docs --- Doc/library/pathlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst index ea69d598a20..278a7d517c9 100644 --- a/Doc/library/pathlib.rst +++ b/Doc/library/pathlib.rst @@ -1605,7 +1605,7 @@ Copying, moving and deleting .. versionadded:: 3.14 .. versionchanged:: 3.15 - Added exist_ok argument to allow copy duplicate directory + The *exist_ok* parameter is added to allow copying duplicate directories. .. method:: Path.rename(target)