From 435d779e8b1b74537f0b1ac59c7e4c6e9521b999 Mon Sep 17 00:00:00 2001 From: Mike Driscoll Date: Tue, 2 May 2017 09:11:04 -0500 Subject: [PATCH] Update img2py.py Fix a couple of typos --- wx/tools/img2py.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wx/tools/img2py.py b/wx/tools/img2py.py index 8c301634..aba32ffa 100644 --- a/wx/tools/img2py.py +++ b/wx/tools/img2py.py @@ -56,7 +56,7 @@ Options: -n Normally generic names (getBitmap, etc.) are used for the image access functions. If you use this option you can specify a name that should be used to customize the access - fucntions, (getNameBitmap, etc.) + functions, (getNameBitmap, etc.) -c Maintain a catalog of names that can be used to reference images. Catalog can be accessed via catalog and @@ -73,7 +73,7 @@ Options: -i Also output a function to return the image as a wxIcon. -f Generate code compatible with the old function interface. - (This option is ON by default in 2.8, use -F to turn off.) + (This option is ON by default in 2.8, use -f to turn off.) You can also import this module from your Python scripts, and use its img2py() function. See its docstring for more info.