Skip to content

Commit 9f587f0

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython 35c633d2
1 parent b482970 commit 9f587f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library/turtle.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-07-28 00:03+0000\n"
11+
"POT-Creation-Date: 2023-09-15 00:03+0000\n"
1212
"PO-Revision-Date: 2018-05-23 16:13+0000\n"
1313
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2117,7 +2117,7 @@ msgstr ""
21172117

21182118
#: ../../library/turtle.rst:2332
21192119
msgid ""
2120-
"a :class:`tkinter.Canvas`, a :class:`ScrolledCanvas` or a :class:"
2120+
"a :class:`!tkinter.Canvas`, a :class:`ScrolledCanvas` or a :class:"
21212121
"`TurtleScreen`"
21222122
msgstr ""
21232123

@@ -2134,7 +2134,7 @@ msgid ""
21342134
msgstr ""
21352135

21362136
#: ../../library/turtle.rst:2347
2137-
msgid "a :class:`tkinter.Canvas`"
2137+
msgid "a :class:`!tkinter.Canvas`"
21382138
msgstr ""
21392139

21402140
#: ../../library/turtle.rst:2349
@@ -2280,7 +2280,7 @@ msgstr ""
22802280
msgid ""
22812281
"``Turtle`` is a subclass of :class:`RawTurtle`, which *doesn't* "
22822282
"automatically create a drawing surface - a *canvas* will need to be provided "
2283-
"or created for it. The *canvas* can be a :class:`tkinter.Canvas`, :class:"
2283+
"or created for it. The *canvas* can be a :class:`!tkinter.Canvas`, :class:"
22842284
"`ScrolledCanvas` or :class:`TurtleScreen`."
22852285
msgstr ""
22862286

@@ -2290,7 +2290,7 @@ msgid ""
22902290
"`Screen` is a subclass of ``TurtleScreen``, and includes :ref:`some "
22912291
"additional methods <screenspecific>` for managing its appearance (including "
22922292
"size and title) and behaviour. ``TurtleScreen``'s constructor needs a :class:"
2293-
"`tkinter.Canvas` or a :class:`ScrolledCanvas` as an argument."
2293+
"`!tkinter.Canvas` or a :class:`ScrolledCanvas` as an argument."
22942294
msgstr ""
22952295

22962296
#: ../../library/turtle.rst:2442

0 commit comments

Comments
 (0)