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)