]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wxversion/wxversion.py
docstring typo fixed
[wxWidgets.git] / wxPython / wxversion / wxversion.py
index dec5b4ebe7901c030c9fa34fd84472afdcdb0cef..5b9eb6e349f4a40d93e73340e035ca60f6503c5c 100644 (file)
@@ -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)