Doc: Correct the creation year and the credits of the Logo Programming language (GH-13520)

(cherry picked from commit 66501058fe)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
This commit is contained in:
Miss Islington (bot) 2019-06-01 04:47:15 -07:00 committed by GitHub
parent f286e0373f
commit fc914dd5e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ Introduction
============ ============
Turtle graphics is a popular way for introducing programming to kids. It was 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 part of the original Logo programming language developed by Wally Feurzeig,
Seymour Papert in 1966. 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 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 command ``turtle.forward(15)``, and it moves (on-screen!) 15 pixels in the