Skip to content

Commit fa04526

Browse files
committed
Fix sphinx warnings in library/dis and library/statistics
1 parent 9cdfcbf commit fa04526

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

library/dis.po

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-26 18:54+0800\n"
12-
"PO-Revision-Date: 2018-05-23 14:43+0000\n"
12+
"PO-Revision-Date: 2018-07-27 16:55+0800\n"
1313
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1515
"tw)\n"
@@ -18,6 +18,7 @@ msgstr ""
1818
"Content-Type: text/plain; charset=UTF-8\n"
1919
"Content-Transfer-Encoding: 8bit\n"
2020
"Plural-Forms: nplurals=1; plural=0;\n"
21+
"X-Generator: Poedit 2.1.1\n"
2122

2223
#: ../../library/dis.rst:2
2324
msgid ":mod:`dis` --- Disassembler for Python bytecode"
@@ -34,8 +35,8 @@ msgid ""
3435
"is defined in the file :file:`Include/opcode.h` and used by the compiler and "
3536
"the interpreter."
3637
msgstr ""
37-
":mod:`dis`模組支援反組譯分析 CPython :term:`bytecode`。CPython bytecode 作為"
38-
"輸入的模組被定義於:file:`Include/opcode.h` 並且被編譯器和直譯器所使用。"
38+
":mod:`dis` 模組支援反組譯分析 CPython :term:`bytecode`。CPython bytecode 作為"
39+
"輸入的模組被定義於 :file:`Include/opcode.h` 並且被編譯器和直譯器所使用。"
3940

4041
#: ../../library/dis.rst:18
4142
msgid ""

library/statistics.po

+10-9
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-26 18:54+0800\n"
12-
"PO-Revision-Date: 2018-05-23 16:11+0000\n"
12+
"PO-Revision-Date: 2018-07-27 16:57+0800\n"
1313
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1515
"tw)\n"
@@ -18,14 +18,15 @@ msgstr ""
1818
"Content-Type: text/plain; charset=UTF-8\n"
1919
"Content-Transfer-Encoding: 8bit\n"
2020
"Plural-Forms: nplurals=1; plural=0;\n"
21+
"X-Generator: Poedit 2.1.1\n"
2122

2223
#: ../../library/statistics.rst:2
2324
msgid ":mod:`statistics` --- Mathematical statistics functions"
24-
msgstr " :mod:`statistics` --- 數學統計函式"
25+
msgstr ":mod:`statistics` --- 數學統計函式"
2526

2627
#: ../../library/statistics.rst:12
2728
msgid "**Source code:** :source:`Lib/statistics.py`"
28-
msgstr " **Source code:** :source:`Lib/statistics.py` "
29+
msgstr "**Source code:** :source:`Lib/statistics.py`"
2930

3031
#: ../../library/statistics.rst:21
3132
msgid ""
@@ -56,7 +57,7 @@ msgstr "這些函式計算來自一個母體或樣本的平均值或代表值。
5657

5758
#: ../../library/statistics.rst:41
5859
msgid ":func:`mean`"
59-
msgstr " :func:`mean` "
60+
msgstr ":func:`mean`"
6061

6162
#: ../../library/statistics.rst:41
6263
msgid "Arithmetic mean (\"average\") of data."
@@ -72,39 +73,39 @@ msgstr ""
7273

7374
#: ../../library/statistics.rst:43
7475
msgid ":func:`median`"
75-
msgstr " :func:`median` "
76+
msgstr ":func:`median`"
7677

7778
#: ../../library/statistics.rst:43
7879
msgid "Median (middle value) of data."
7980
msgstr "數據的中位數(中間值)。"
8081

8182
#: ../../library/statistics.rst:44
8283
msgid ":func:`median_low`"
83-
msgstr " :func:`median_low` "
84+
msgstr ":func:`median_low`"
8485

8586
#: ../../library/statistics.rst:44
8687
msgid "Low median of data."
8788
msgstr "數據中較小的中位數。"
8889

8990
#: ../../library/statistics.rst:45
9091
msgid ":func:`median_high`"
91-
msgstr " :func:`median_high` "
92+
msgstr ":func:`median_high`"
9293

9394
#: ../../library/statistics.rst:45
9495
msgid "High median of data."
9596
msgstr "數據中較大的中位數。"
9697

9798
#: ../../library/statistics.rst:46
9899
msgid ":func:`median_grouped`"
99-
msgstr " :func:`median_grouped` "
100+
msgstr ":func:`median_grouped`"
100101

101102
#: ../../library/statistics.rst:46
102103
msgid "Median, or 50th percentile, of grouped data."
103104
msgstr "分組數據的中位數或50%處。"
104105

105106
#: ../../library/statistics.rst:47
106107
msgid ":func:`mode`"
107-
msgstr " :func:`mode` "
108+
msgstr ":func:`mode`"
108109

109110
#: ../../library/statistics.rst:47
110111
msgid "Mode (most common value) of discrete data."

0 commit comments

Comments
 (0)