]> granicus.if.org Git - python/commitdiff
This should really be a comment.
authorGeorg Brandl <georg@python.org>
Fri, 1 Aug 2008 20:13:29 +0000 (20:13 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 1 Aug 2008 20:13:29 +0000 (20:13 +0000)
Doc/reference/simple_stmts.rst

index fa6bd27e88ab96e26dce29a716a96b37727d2d1d..4d0e865d700d669732a71bc05de3129d8931a32f 100644 (file)
@@ -743,10 +743,13 @@ raise a :exc:`SyntaxError`.
 the module search path is carried out differently.  The sequence of identifiers
 up to the last dot is used to find a "package"; the final identifier is then
 searched inside the package.  A package is generally a subdirectory of a
-directory on ``sys.path`` that has a file :file:`__init__.py`. [XXX Can't be
-bothered to spell this out right now; see the URL
-http://www.python.org/doc/essays/packages.html for more details, also about how
-the module search works from inside a package.]
+directory on ``sys.path`` that has a file :file:`__init__.py`.
+
+.. 
+   [XXX Can't be
+   bothered to spell this out right now; see the URL
+   http://www.python.org/doc/essays/packages.html for more details, also about how
+   the module search works from inside a package.]
 
 .. index:: builtin: __import__