@@ -85,16 +85,17 @@ New, Improved, and Deprecated Modules
8585 (Contributed by Georg Brandl and Mattias Brändström;
8686 `appspot issue 53094 <http://codereview.appspot.com/53094 >`_.)
8787
88- * The :func: `shutil.copytree ` function has two new options
88+ * The :func: `shutil.copytree ` function has two new options:
8989
90- * ignore_dangling_symlinks: when symlinks=false (meaning that the function
91- copy the file pointed by the symlink, not the symlink itself)
92- this option will silence the error thrown if the file doesn't exists.
90+ * *ignore_dangling_symlinks *: when ``symlinks=False `` (meaning that the
91+ function copies the file pointed to by the symlink, not the symlink
92+ itself) this option will silence the error thrown if the file doesn't
93+ exist.
9394
94- * copy_function: a callable that will be used to copy files.
95+ * * copy_function * : a callable that will be used to copy files.
9596 :func: `shutil.copy2 ` is used by default.
9697
97- (Contributed by Tarek Ziade)
98+ (Contributed by Tarek Ziade. )
9899
99100Multi-threading
100101===============
@@ -114,7 +115,7 @@ Multi-threading
114115 (however, "priority requests" as exposed in this message have not been
115116 kept for inclusion).
116117
117- (Contributed by Antoine Pitrou)
118+ (Contributed by Antoine Pitrou. )
118119
119120* Recursive locks (created with the :func: `threading.RLock ` API) now benefit
120121 from a C implementation which makes them as fast as regular locks, and
0 commit comments