@@ -16,7 +16,7 @@ msgid ""
16
16
msgstr ""
17
17
"Project-Id-Version : Python 3.7\n "
18
18
"Report-Msgid-Bugs-To : \n "
19
- "POT-Creation-Date : 2019-04-28 11:17 +0900\n "
19
+ "POT-Creation-Date : 2019-05-17 11:27 +0900\n "
20
20
"PO-Revision-Date : 2017-02-16 23:14+0000\n "
21
21
"Last-Translator : tomo, 2018\n "
22
22
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -108,7 +108,7 @@ msgstr ""
108
108
msgid ""
109
109
"On macOS, there is one application menu. It dynamically changes according "
110
110
"to the window currently selected. It has an IDLE menu, and some entries "
111
- "described below are moved around to conform to Apple guidlines ."
111
+ "described below are moved around to conform to Apple guidelines ."
112
112
msgstr ""
113
113
114
114
#: ../../library/idle.rst:56
@@ -1441,7 +1441,7 @@ msgid ""
1441
1441
"tk.Tk()`` in standard Python and nothing appears. Enter the same in IDLE "
1442
1442
"and a tk window appears. In standard Python, one must also enter "
1443
1443
"``root.update()`` to see the window. IDLE does the equivalent in the "
1444
- "background, about 20 times a second, which is about every 50 milleseconds . "
1444
+ "background, about 20 times a second, which is about every 50 milliseconds . "
1445
1445
"Next enter ``b = tk.Button(root, text='button'); b.pack()``. Again, nothing"
1446
1446
" visibly changes in standard Python until one enters ``root.update()``."
1447
1447
msgstr ""
0 commit comments