Skip to content

Commit 6650105

Browse files
matrixisecsabella
authored andcommitted
Doc: Correct the creation year and the credits of the Logo Programming language (GH-13520)
1 parent a0adffb commit 6650105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/turtle.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Introduction
2020
============
2121

2222
Turtle graphics is a popular way for introducing programming to kids. It was
23-
part of the original Logo programming language developed by Wally Feurzig and
24-
Seymour Papert in 1966.
23+
part of the original Logo programming language developed by Wally Feurzeig,
24+
Seymour Papert and Cynthia Solomon in 1967.
2525

2626
Imagine a robotic turtle starting at (0, 0) in the x-y plane. After an ``import turtle``, give it the
2727
command ``turtle.forward(15)``, and it moves (on-screen!) 15 pixels in the

0 commit comments

Comments
 (0)