diff options
author | Stéphane Wirtel <stephane@wirtel.be> | 2019-06-01 11:41:33 (GMT) |
---|---|---|
committer | Cheryl Sabella <cheryl.sabella@gmail.com> | 2019-06-01 11:41:33 (GMT) |
commit | 66501058fef76a5d77e6879f6da3282f0a9eef1b (patch) | |
tree | dc8097bda37c385b820444c1a1825f32a83e5027 /Doc/library/turtle.rst | |
parent | a0adffb90287900a9e2c809ce2c1bbe481ac7dd0 (diff) | |
download | cpython-66501058fef76a5d77e6879f6da3282f0a9eef1b.zip cpython-66501058fef76a5d77e6879f6da3282f0a9eef1b.tar.gz cpython-66501058fef76a5d77e6879f6da3282f0a9eef1b.tar.bz2 |
Doc: Correct the creation year and the credits of the Logo Programming language (GH-13520)
Diffstat (limited to 'Doc/library/turtle.rst')
-rw-r--r-- | Doc/library/turtle.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 3d90d3c..7f9f0c3 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -20,8 +20,8 @@ Introduction ============ Turtle graphics is a popular way for introducing programming to kids. It was -part of the original Logo programming language developed by Wally Feurzig and -Seymour Papert in 1966. +part of the original Logo programming language developed by Wally Feurzeig, +Seymour Papert and Cynthia Solomon in 1967. Imagine a robotic turtle starting at (0, 0) in the x-y plane. After an ``import turtle``, give it the command ``turtle.forward(15)``, and it moves (on-screen!) 15 pixels in the |