[docs] [issue12043] Update shutil documentation
Éric Araujo
report at bugs.python.org
Mon Jul 4 16:04:30 CEST 2011
Éric Araujo <merwok at netwok.org> added the comment:
- If *symlinks* is true, symbolic links in the source tree are
+ If *symlinks* is ``True``, symbolic links in the source tree are
I’m not sure about that change. It may be on purpose that lower-case true is used, given that the code will accept anything that evaluates to True in a boolean context, but does not strictly requires a bool instance.
See also #7969 for another shutil doc bug.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12043>
_______________________________________
More information about the docs
mailing list