Update of /cvsroot/pythoncard/PythonCard/samples/flock
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25888
Modified Files:
flock.py
Log Message:
Fix annoying typo - "sampe" -> "sample"
Index: flock.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/samples/flock/flock.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** flock.py 13 Dec 2005 11:13:23 -0000 1.3
--- flock.py 14 Dec 2005 01:24:24 -0000 1.4
***************
*** 4,8 ****
Builds on the "gravity" sample to show a simple animation of "boids"; shows simple emergent behaviour for a 2-D flock of "boids".
! This sampe uses two images to animate the movement of bird-like objects.
"""
__version__ = "$Revision$"
--- 4,8 ----
Builds on the "gravity" sample to show a simple animation of "boids"; shows simple emergent behaviour for a 2-D flock of "boids".
! This sample uses two images to animate the movement of bird-like objects.
"""
__version__ = "$Revision$"
|