summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libposixpath.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-04-25 15:12:47 (GMT)
committerFred Drake <fdrake@acm.org>2003-04-25 15:12:47 (GMT)
commit9f48045ec0cf06fc1e682596cde9a3c7bab96e02 (patch)
tree4a63fa788b92f78290da1617f3704fb07a38fffe /Doc/lib/libposixpath.tex
parentf4001eed3bd07f62807120397629317f957a0bf6 (diff)
downloadcpython-9f48045ec0cf06fc1e682596cde9a3c7bab96e02.zip
cpython-9f48045ec0cf06fc1e682596cde9a3c7bab96e02.tar.gz
cpython-9f48045ec0cf06fc1e682596cde9a3c7bab96e02.tar.bz2
Use a simpler \note instead of a "See also" section to refer to the
os.walk() generator.
Diffstat (limited to 'Doc/lib/libposixpath.tex')
-rw-r--r--Doc/lib/libposixpath.tex7
1 files changed, 2 insertions, 5 deletions
diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex
index 8424e90..7052714 100644
--- a/Doc/lib/libposixpath.tex
+++ b/Doc/lib/libposixpath.tex
@@ -238,11 +238,8 @@ directories you must identify them with
necessary.
\end{notice}
-\begin{seealso}
- \seemodule{os}{The newer \function{os.walk()} generator supplies similar
- functionality and can be easier to use.}
-\end{seealso}
-
+\note{The newer \function{\refmodule{os}.walk()} generator supplies
+ similar functionality and can be easier to use.}
\end{funcdesc}
\begin{datadesc}{supports_unicode_filenames}