From 53237e24cc0a5d04f7b50ab319e157104240cc98 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 2 Nov 2001 19:34:49 +0000 Subject: [PATCH] \ulink is not available on the maintenance branch, so we can't use it. --- Doc/ref/ref6.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index 59e9cc5ce746..030b2433da98 100644 --- a/Doc/ref/ref6.tex +++ b/Doc/ref/ref6.tex @@ -602,8 +602,7 @@ about how the module search works from inside a package.] The built-in function \function{__import__()} is provided to support applications that determine which modules need to be loaded -dynamically; refer to \ulink{Built-in -Functions}{../lib/built-in-funcs.html} in the +dynamically; refer to ``Built-in Functions'' in the \citetitle[../lib/lib.html]{Python Library Reference} for additional information. \bifuncindex{__import__} -- 2.47.3