Fix typos

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@70613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-02-16 01:25:27 +00:00
parent 048917c111
commit d5a4e871ce
2 changed files with 2 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ def run():
'bool', 'Disconnect', '(int id, int lastId=-1, '
'wxEventType eventType=wxEVT_NULL, '
'PyObject* func=NULL)',
doc="Remove an event binding by removing its entry in the synamic event table.",
doc="Remove an event binding by removing its entry in the dynamic event table.",
body="""\
if (func && func != Py_None) {
// Find the current matching binder that has this function

View File

@@ -24,7 +24,7 @@ class stream_Tests(wtc.WidgetTestCase):
def test_outputStreamParam(self):
# This tests being able to pass a Python file-like object to a
# wrapped function expecting a wxOytputStream.
# wrapped function expecting a wxOutputStream.
image = wx.Image(pngFile)
stream = StringIO()