diff options
author | Georg Brandl <georg@python.org> | 2009-04-05 10:32:26 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-05 10:32:26 (GMT) |
commit | 75f1107b7c34952e3aef1dfd0acb2282296040dd (patch) | |
tree | f0da9abd37e9e529e390318dcf5ca4c8671f6da9 /Doc/distutils | |
parent | 89b1296ab92e0df1aa15a0d1ecad14249a1c910a (diff) | |
download | cpython-75f1107b7c34952e3aef1dfd0acb2282296040dd.zip cpython-75f1107b7c34952e3aef1dfd0acb2282296040dd.tar.gz cpython-75f1107b7c34952e3aef1dfd0acb2282296040dd.tar.bz2 |
Avoid sure signs of a diseased mind.
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/apiref.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index a3b464a..4ee9fcc 100644 --- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -1050,8 +1050,8 @@ This module contains some utility functions for operating on individual files. .. warning:: - Handles cross-device moves on Unix using :func:`copy_file`. What about other - systems??? + Handles cross-device moves on Unix using :func:`copy_file`. What about + other systems? .. function:: write_file(filename, contents) |