]> granicus.if.org Git - python/commitdiff
#11392: you can trust the computer, but you have to know what it does.
authorGeorg Brandl <georg@python.org>
Sun, 6 Mar 2011 09:53:55 +0000 (10:53 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 6 Mar 2011 09:53:55 +0000 (10:53 +0100)
Doc/library/turtle.rst

index 0f368adffb8f76fa7370445dc9676156f050cada..129ec0e0685c978b87bdd2448fea9b3f9a728cfa 100644 (file)
@@ -2169,9 +2169,11 @@ The demoscripts are:
 | bytedesign     | complex classical            | :func:`tracer`, delay,|
 |                | turtlegraphics pattern       | :func:`update`        |
 +----------------+------------------------------+-----------------------+
-| chaos          | graphs verhust dynamics,     | world coordinates     |
-|                | proves that you must not     |                       |
-|                | trust computers' computations|                       |
+| chaos          | graphs Verhulst dynamics,    | world coordinates     |
+|                | shows that computer's        |                       |
+|                | computations can generate    |                       |
+|                | results sometimes against the|                       |
+|                | common sense expectations    |                       |
 +----------------+------------------------------+-----------------------+
 | clock          | analog clock showing time    | turtles as clock's    |
 |                | of your computer             | hands, ontimer        |