X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e4a197e4c60e461b8068b0619692ea083e30b8b..b45d3a5dd348bc936293ee01b4212811a505ea37:/wxPython/demo/DrawXXXList.py diff --git a/wxPython/demo/DrawXXXList.py b/wxPython/demo/DrawXXXList.py index 776201aa1a..f22ec2e2d2 100644 --- a/wxPython/demo/DrawXXXList.py +++ b/wxPython/demo/DrawXXXList.py @@ -58,7 +58,7 @@ def makeRandomRectangles(num, W, H): def makeRandomText(num): - Np = 8 # number of charcters in text + Np = 8 # number of characters in text text = [] for i in range(num): word = [] @@ -386,7 +386,7 @@ drawing routines. Currently they are: DrawLineList(sequence, pens=None) Where sequence is a tuple, list, whatever of 4 element tuples - (x1,y1, x2,y2) andd pens is either None, a single pen or a list + (x1,y1, x2,y2) and pens is either None, a single pen or a list of pens.