File tree 1 file changed +5
-3
lines changed 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
14
- "PO-Revision-Date : 2020-06-03 13:52 -0300\n "
14
+ "PO-Revision-Date : 2020-06-03 14:44 -0300\n "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -104,7 +104,7 @@ msgid ""
104
104
"support."
105
105
msgstr ""
106
106
"El módulo turtle provee las primitivas gráficas, tanto en orientación "
107
- "procedimental como orientada a objetos. Como usa el módulo mod:`tkinter` "
107
+ "procedimental como orientada a objetos. Como usa el módulo : mod:`tkinter` "
108
108
"para las gráficas subyacentes, necesita tener instalada una versión de "
109
109
"Python con soporte TK."
110
110
@@ -120,7 +120,9 @@ msgid ""
120
120
"used as part of some application."
121
121
msgstr ""
122
122
"La clase :class:`TurtleScreen` define una ventana gráfica como base para las "
123
- "tortugas dibujantes."
123
+ "tortugas dibujantes. Su constructor necesita una clase class:`tkinter."
124
+ "Canvas` o una a :class:`ScrolledCanvas` como argumento. Se debe usar cuando :"
125
+ "mod:`turtle` es usado como parte de una aplicación."
124
126
125
127
#: ../Doc/library/turtle.rst:63
126
128
msgid ""
You can’t perform that action at this time.
0 commit comments