summaryrefslogtreecommitdiffstats
path: root/Doc/library/turtle.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/turtle.rst')
-rw-r--r--Doc/library/turtle.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index 692746f..e995a7c 100644
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -2306,9 +2306,11 @@ The demo scripts are:
| bytedesign | complex classical | :func:`tracer`, delay,|
| | turtle graphics 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 |