From 955e46d25d6ac0f9fa55ec9fe11f0c21da3a494d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 31 Jul 2006 19:19:59 +0000 Subject: [PATCH] typo fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_core_ex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/_core_ex.py b/wxPython/src/_core_ex.py index 4edb0d2ce3..900cc11f82 100644 --- a/wxPython/src/_core_ex.py +++ b/wxPython/src/_core_ex.py @@ -256,7 +256,7 @@ class FutureCall: class __DocFilter: """ A filter for epydoc that only allows non-Ptr classes and - fucntions, in order to reduce the clutter in the API docs. + functions, in order to reduce the clutter in the API docs. """ def __init__(self, globals): self._globals = globals -- 2.50.0