From: Fred Drake Date: Fri, 24 Jul 1998 20:28:22 +0000 (+0000) Subject: Fix markup of an \indexiii --> only two parameters were given. X-Git-Tag: v1.5.2a1~231 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=246837d0f589a81edc9e0055321dc4fb10364634;p=thirdparty%2FPython%2Fcpython.git Fix markup of an \indexiii --> only two parameters were given. --- diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index 1c5f3328b04e..9e2f65eafdd3 100644 --- a/Doc/ref/ref6.tex +++ b/Doc/ref/ref6.tex @@ -512,7 +512,7 @@ restrictions, but programs should not abuse this freedom, as future implementations may enforce them or silently change the meaning of the program.) -\strong{Hierarchical module names:}\indexiii{hierarchical}{module names} +\strong{Hierarchical module names:}\indexiii{hierarchical}{module}{names} when the module names contains one or more dots, the module search path is carried out differently. The sequence of identifiers up to the last dot is used to find a ``package''\index{packages}; the final