summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-06-01 04:47:15 -0700
committerGitHub <noreply@github.com>2019-06-01 04:47:15 -0700
commitfc914dd5e03db9188b6d28d1c48574dc78ee4325 (patch)
tree473d87e19495a5c0416c47848a2f825ef51e6550 /Doc
parentf286e0373feda0955c910a9fe4ef99cd2c40969e (diff)
downloadcpython-git-fc914dd5e03db9188b6d28d1c48574dc78ee4325.tar.gz
Doc: Correct the creation year and the credits of the Logo Programming language (GH-13520)
(cherry picked from commit 66501058fef76a5d77e6879f6da3282f0a9eef1b) Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/turtle.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index 175010b899..5d7f0608ae 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