From: Robin Dunn Date: Tue, 19 Oct 2004 21:51:46 +0000 (+0000) Subject: docstring typo fixed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/93ba536aa63ebbf5a9949eec00e816ad9b9a4040?ds=inline docstring typo fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/wxversion/wxversion.py b/wxPython/wxversion/wxversion.py index dec5b4ebe7..5b9eb6e349 100644 --- a/wxPython/wxversion/wxversion.py +++ b/wxPython/wxversion/wxversion.py @@ -41,11 +41,12 @@ def require(versions): """ Search for a wxPython installation that matches version. - :param version: Specifies the version to look for, it can either be - a sting or a list of strings. Each string is - compared to the installed wxPythons and the best - match is added to the sys.path, allowing an 'import - wx' to find that version. + :param version: Specifies the version to look for, it can + either be a string or a list of strings. Each + string is compared to the installed wxPythons + and the best match is inserted into the + sys.path, allowing an 'import wx' to find that + version. The version string is composed of the dotted version number (at least 2 of the 4 components)