[Python-checkins] CVS: python/dist/src/Demo/sgi/gl kites.py,1.3,1.4

Thomas Wouters python-dev@python.org
Sun, 16 Jul 2000 05:05:02 -0700


Update of /cvsroot/python/python/dist/src/Demo/sgi/gl
In directory slayer.i.sourceforge.net:/tmp/cvs-serv11187/Demo/sgi/gl

Modified Files:
	kites.py 
Log Message:

Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
comments, docstrings or error messages. I fixed two minor things in
test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't").

There is a minor style issue involved: Guido seems to have preferred English
grammar (behaviour, honour) in a couple places. This patch changes that to
American, which is the more prominent style in the source. I prefer English
myself, so if English is preferred, I'd be happy to supply a patch myself ;)



Index: kites.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Demo/sgi/gl/kites.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** kites.py	1996/11/27 19:49:46	1.3
--- kites.py	2000/07/16 12:04:29	1.4
***************
*** 44,48 ****
  
  #
! # makeobj : the contructor of the object
  #
  def mkobj () :
--- 44,48 ----
  
  #
! # makeobj : the constructor of the object
  #
  def mkobj () :