mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Fix typos discovered by codespell
This commit is contained in:
@@ -42,6 +42,6 @@ to minimize the chance of introducing bugs in your application.
|
||||
def enforceArgName(commonName):
|
||||
"""This will configure pubsub to require that all listeners use
|
||||
the same argument name (*commonName*) as first parameter. This
|
||||
is a ueful first step in migrating an application that has been
|
||||
is a useful first step in migrating an application that has been
|
||||
using *arg1* protocol to the more powerful *kwargs* protocol. """
|
||||
policies.setMsgDataArgName(1, commonName)
|
||||
|
||||
Reference in New Issue
Block a user