Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e73a81

Browse files
committed
Typo fixes.
1 parent 4c25cf3 commit 5e73a81

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

Doc/whatsnew/3.2.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

99100
Multi-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

Comments
 (0)