]> granicus.if.org Git - python/commitdiff
Use a simpler \note instead of a "See also" section to refer to the
authorFred Drake <fdrake@acm.org>
Fri, 25 Apr 2003 15:12:47 +0000 (15:12 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 25 Apr 2003 15:12:47 +0000 (15:12 +0000)
os.walk() generator.

Doc/lib/libposixpath.tex

index 8424e9063d37d4e6a4c70278d3547fe9056aad13..7052714d1542f2a3a8670a3286a9e0a96a482cd0 100644 (file)
@@ -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}