File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4361,13 +4361,15 @@ msgstr "Erklärungen"
43614361
43624362#: ../../library/turtle.rst:2576
43634363msgid "The :mod:`!turtle` module defines the following exception:"
4364- msgstr ""
4364+ msgstr "Das Modul :mod:`!turtle` definiert die folgende Ausnahme: "
43654365
43664366#: ../../library/turtle.rst:2580
43674367msgid ""
43684368"Raised for invalid arguments or operations. For example, a malformed color "
43694369"string:"
43704370msgstr ""
4371+ "Wird bei ungültigen Argumenten oder Operationen ausgelöst. Zum Beispiel bei "
4372+ "einer fehlerhaften Farbzeichenkette:"
43714373
43724374#: ../../library/turtle.rst:2583
43734375msgid ""
@@ -4376,6 +4378,10 @@ msgid ""
43764378" ...\n"
43774379"turtle.TurtleGraphicsError: bad color string: blau"
43784380msgstr ""
4381+ ">>> turtle.color(\" blau\" )\n"
4382+ "Traceback (most recent call last):\n"
4383+ " ...\n"
4384+ "turtle.TurtleGraphicsError: bad color string: blau"
43794385
43804386#: ../../library/turtle.rst:2595
43814387msgid "Explanation"
You can’t perform that action at this time.
0 commit comments