]> granicus.if.org Git - python/commitdiff
Doc: Correct the creation year and the credits of the Logo Programming language ...
authorStéphane Wirtel <stephane@wirtel.be>
Sat, 1 Jun 2019 11:41:33 +0000 (13:41 +0200)
committerCheryl Sabella <cheryl.sabella@gmail.com>
Sat, 1 Jun 2019 11:41:33 +0000 (07:41 -0400)
Doc/library/turtle.rst

index 3d90d3cbd974f57be0c05491a18030e8f28652ee..7f9f0c34386799fea45b340d3cdc6754751b83ab 100644 (file)
@@ -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