From 121a055a0f2ff9f589b8bfc1b8eb938dca9ed967 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sun, 16 Jan 2011 18:16:52 +0000 Subject: [PATCH] Fix misindent --- Doc/whatsnew/3.2.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 4dfea84d640c..0aeaa386be2e 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -1078,12 +1078,12 @@ shutil The :func:`shutil.copytree` function has two new options: - * *ignore_dangling_symlinks*: when ``symlinks=False`` so that the function - copies the file pointed to by the symlink, not the symlink itself. This - option will silence the error raised if the file doesn't exist. +* *ignore_dangling_symlinks*: when ``symlinks=False`` so that the function + copies the file pointed to by the symlink, not the symlink itself. This + option will silence the error raised if the file doesn't exist. - * *copy_function*: is a callable that will be used to copy files. - :func:`shutil.copy2` is used by default. +* *copy_function*: is a callable that will be used to copy files. + :func:`shutil.copy2` is used by default. (Contributed by Tarek Ziadé.) -- 2.47.3