]> 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 d424b43ee597fcb3762841ba835f4a9636572c80..1fe9699f9626220ab2df94a204dd4e5181e2ac8a 100644 (file)
@@ -2290,9 +2290,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        |