diff options
-rw-r--r-- | Doc/lib/libposixpath.tex | 7 |
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} |