[Python-checkins] cpython (3.1): #11392: you can trust the computer, but you have to know what it does.

georg.brandl python-checkins at python.org
Sun Mar 6 11:10:09 CET 2011


http://hg.python.org/cpython/rev/e6d9a8e38cc8
changeset:   68284:e6d9a8e38cc8
branch:      3.1
user:        Georg Brandl <georg at python.org>
date:        Sun Mar 06 10:53:55 2011 +0100
summary:
  #11392: you can trust the computer, but you have to know what it does.

files:
  Doc/library/turtle.rst

diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -2290,9 +2290,11 @@
 | 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        |

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list