revert creation of the html.entities and html.parser modules
(http://bugs.python.org/issue2882)
diff --git a/Doc/library/markup.rst b/Doc/library/markup.rst
index e08f953..dd0dd8f 100644
--- a/Doc/library/markup.rst
+++ b/Doc/library/markup.rst
@@ -23,8 +23,7 @@
 
 .. toctree::
 
-   html.parser.rst
-   html.entities.rst
+   htmlparser.rst
    sgmllib.rst
    htmllib.rst
    pyexpat.rst