diff options
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2005-06-18 17:54:13 (GMT) |
---|---|---|
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2005-06-18 17:54:13 (GMT) |
commit | c49322951ffd68b8066a34ba0d8cba563f90313b (patch) | |
tree | 505ab1af724d227cd84e547effc79aa87cf44f86 /Doc/mac | |
parent | 3b1cbf9ba0089981e7d0135cbd2f469827a3d294 (diff) | |
download | cpython-c49322951ffd68b8066a34ba0d8cba563f90313b.zip cpython-c49322951ffd68b8066a34ba0d8cba563f90313b.tar.gz cpython-c49322951ffd68b8066a34ba0d8cba563f90313b.tar.bz2 |
Fix grammar (it's -> its).
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/libframework.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/mac/libframework.tex b/Doc/mac/libframework.tex index e7c38ef..692c31f 100644 --- a/Doc/mac/libframework.tex +++ b/Doc/mac/libframework.tex @@ -29,8 +29,8 @@ into the control-flow at many different places. \refmodule{W}, for instance, uses a different way to enable/disable menus and that plugs right in leaving the rest intact. The weak points of \module{FrameWork} are that it has no abstract command interface (but -that shouldn't be difficult), that it's dialog support is minimal and -that it's control/toolbar support is non-existent. +that shouldn't be difficult), that its dialog support is minimal and +that its control/toolbar support is non-existent. \end{quotation} |