mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user