Skip to content

Commit

Permalink
Doc: Correct the creation year and the credits of the Logo Programmin…
Browse files Browse the repository at this point in the history
…g language (pythonGH-13520)
  • Loading branch information
matrixise authored and csabella committed Jun 1, 2019
1 parent a0adffb commit 6650105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/turtle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6650105

Please sign in to comment.