Merge pull request #1997 from cclauss/codespell

Fix typos discovered by codespell
This commit is contained in:
Robin Dunn
2021-12-13 20:16:39 -08:00
committed by GitHub
154 changed files with 412 additions and 412 deletions

View File

@@ -196,7 +196,7 @@ class GenStaticText(wx.Control):
in the specified state.
.. note:: Note that when a parent window is disabled, all of its
children are disabled as well and they are reenabled again when
children are disabled as well and they are re-enabled again when
the parent is.
.. note:: Overridden from :class:`wx.Control`.