docstring typo fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -41,11 +41,12 @@ def require(versions):
|
|||||||
"""
|
"""
|
||||||
Search for a wxPython installation that matches version.
|
Search for a wxPython installation that matches version.
|
||||||
|
|
||||||
:param version: Specifies the version to look for, it can either be
|
:param version: Specifies the version to look for, it can
|
||||||
a sting or a list of strings. Each string is
|
either be a string or a list of strings. Each
|
||||||
compared to the installed wxPythons and the best
|
string is compared to the installed wxPythons
|
||||||
match is added to the sys.path, allowing an 'import
|
and the best match is inserted into the
|
||||||
wx' to find that version.
|
sys.path, allowing an 'import wx' to find that
|
||||||
|
version.
|
||||||
|
|
||||||
The version string is composed of the dotted
|
The version string is composed of the dotted
|
||||||
version number (at least 2 of the 4 components)
|
version number (at least 2 of the 4 components)
|
||||||
|
Reference in New Issue
Block a user