summaryrefslogtreecommitdiffstats
path: root/Doc/library/fileinput.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-08-15 19:06:04 (GMT)
committerGeorg Brandl <georg@python.org>2007-08-15 19:06:04 (GMT)
commitbf863b17f0f67453fe07c4eb57cbede1ee0f6d3f (patch)
treed92dbf71aa544a8d728906de64be9bf5b46e9be0 /Doc/library/fileinput.rst
parent7f758c49fa9a20df696c0447b14dd4fb75e83662 (diff)
downloadcpython-bf863b17f0f67453fe07c4eb57cbede1ee0f6d3f.zip
cpython-bf863b17f0f67453fe07c4eb57cbede1ee0f6d3f.tar.gz
cpython-bf863b17f0f67453fe07c4eb57cbede1ee0f6d3f.tar.bz2
Replace "Caveat" paragraphs by .. warning::s.
Diffstat (limited to 'Doc/library/fileinput.rst')
-rw-r--r--Doc/library/fileinput.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/library/fileinput.rst b/Doc/library/fileinput.rst
index d0a3ed9..d45def1 100644
--- a/Doc/library/fileinput.rst
+++ b/Doc/library/fileinput.rst
@@ -149,10 +149,12 @@ and the backup file remains around; by default, the extension is ``'.bak'`` and
it is deleted when the output file is closed. In-place filtering is disabled
when standard input is read.
-**Caveat:** The current implementation does not work for MS-DOS 8+3 filesystems.
+.. warning::
+
+ The current implementation does not work for MS-DOS 8+3 filesystems.
-The two following opening hooks are provided by this module:
+The two following opening hooks are provided by this module:
.. function:: hook_compressed(filename, mode)