diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-24 20:28:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-24 20:28:22 (GMT) |
commit | 246837d0f589a81edc9e0055321dc4fb10364634 (patch) | |
tree | 05bcdc3ebfedc28c1c8659ecb16fc9b5da3618e1 /Doc/ref | |
parent | 2a502d8304cdb92109a35ad32a3bfa4fe246d84f (diff) | |
download | cpython-246837d0f589a81edc9e0055321dc4fb10364634.zip cpython-246837d0f589a81edc9e0055321dc4fb10364634.tar.gz cpython-246837d0f589a81edc9e0055321dc4fb10364634.tar.bz2 |
Fix markup of an \indexiii --> only two parameters were given.
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref6.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index 1c5f332..9e2f65e 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 |