[wxPython] Incorrect reference in windows help file in wxPython 2.3 for Python 2.2

I note an incorrect reference in

wxWindows 2.3: A portable C++ and Python GUI toolkit
Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al
December 7th 2001

(windows help file).

In section 'wxPanel', in 'parameters' description, in 'style' item list, there is a text:
===>
style

The window style. See wxPanel.
<===

This is a circular reference! We should wxWindows instead (which indeed contains descriptions of window styles).

···

--
Sincerely yours, Vtail <vtail@yandex.ru>.

In section 'wxPanel', in 'parameters' description, in 'style' item list,

there is a text:

===>
style

The window style. See wxPanel.
<===

This is a circular reference!

Actually, many of the class docs do that. It's because when they have
styles they are listed in the begining of the page under "Window Styles"

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!