From: Fred Drake Date: Fri, 25 Apr 2003 15:12:47 +0000 (+0000) Subject: Use a simpler \note instead of a "See also" section to refer to the X-Git-Tag: v2.3c1~983 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f48045ec0cf06fc1e682596cde9a3c7bab96e02;p=python Use a simpler \note instead of a "See also" section to refer to the os.walk() generator. --- diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex index 8424e9063d..7052714d15 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}