From df011ca6e25a99800b721f817cafa5aaced1b26e Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 16 Dec 2002 21:14:04 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/README.viewdocs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/distrib/README.viewdocs.txt b/wxPython/distrib/README.viewdocs.txt index 0518ab8685..e9cf69a140 100644 --- a/wxPython/distrib/README.viewdocs.txt +++ b/wxPython/distrib/README.viewdocs.txt @@ -2,7 +2,7 @@ wxPythonDocs ------------ The wxWindows docs can now be viewed on non-Win32 platforms with a -nice viewer modeled after the MS HTMLViewer. Simply execute the +nice viewer modeled after the MS HTMLHelp viewer. Simply execute the viewdocs.py script located in this directory and you're all set. (You'll need to first have wxPython installed and accessible via the PYTHONPATH.)