File tree Expand file tree Collapse file tree 6 files changed +145
-316
lines changed Expand file tree Collapse file tree 6 files changed +145
-316
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ <h2>說明文件的錯誤<a class="headerlink" href="#documentation-bugs" title=
231
231
</ section >
232
232
< section id ="getting-started-contributing-to-python-yourself ">
233
233
< span id ="contributing-to-python "> </ span > < h2 > 開始讓自己貢獻 Python< a class ="headerlink " href ="#getting-started-contributing-to-python-yourself " title ="連結到這個標頭 "> ¶</ a > </ h2 >
234
- < p > 除了只是回報你所發現的錯誤之外,同樣也歡迎你提交修正它們的修補程式 (patch)。你可以在 < a class ="reference external " href ="https://devguide .python.org/ "> Python 開發者指南</ a > 中找到如何開始修補 Python 的更多資訊。如果你有任何問題,< a class ="reference external " href ="https://mail.python.org/mailman3/lists/core-mentorship .python.org/ "> 核心導師郵寄清單</ a > 是一個友善的地方,你可以在那裡得到,關於 Python 修正錯誤的過程中,所有問題的答案。</ p >
234
+ < p > 除了只是回報你所發現的錯誤之外,同樣也歡迎你提交修正它們的修補程式 (patch)。你可以在 < a class ="reference external " href ="https://mail .python.org/mailman3/lists/core-mentorship.python.org/ "> Python 開發者指南</ a > 中找到如何開始修補 Python 的更多資訊。如果你有任何問題,< a class ="reference external " href ="https://devguide .python.org/ "> 核心導師郵寄清單</ a > 是一個友善的地方,你可以在那裡得到,關於 Python 修正錯誤的過程中,所有問題的答案。</ p >
235
235
</ section >
236
236
</ section >
237
237
Original file line number Diff line number Diff line change @@ -3951,15 +3951,15 @@ <h1>Python 說明文件內容<a class="headerlink" href="#python-documentation-c
3951
3951
<li class="toctree-l2"><a class="reference internal" href="library/binary.html">二進位資料服務</a><ul>
3952
3952
<li class="toctree-l3"><a class="reference internal" href="library/struct.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">struct</span></code> --- 將位元組直譯為打包起來的二進位資料</a><ul>
3953
3953
<li class="toctree-l4"><a class="reference internal" href="library/struct.html#functions-and-exceptions">函式與例外</a></li>
3954
- <li class="toctree-l4"><a class="reference internal" href="library/struct.html#format-strings">Format Strings </a><ul>
3955
- <li class="toctree-l5"><a class="reference internal" href="library/struct.html#byte-order-size-and-alignment">Byte Order, Size, and Alignment </a></li>
3956
- <li class="toctree-l5"><a class="reference internal" href="library/struct.html#format-characters">Format Characters </a></li>
3954
+ <li class="toctree-l4"><a class="reference internal" href="library/struct.html#format-strings">格式字串 </a><ul>
3955
+ <li class="toctree-l5"><a class="reference internal" href="library/struct.html#byte-order-size-and-alignment">位元組順序、大小和對齊 </a></li>
3956
+ <li class="toctree-l5"><a class="reference internal" href="library/struct.html#format-characters">格式字元 </a></li>
3957
3957
<li class="toctree-l5"><a class="reference internal" href="library/struct.html#examples">範例</a></li>
3958
3958
</ul>
3959
3959
</li>
3960
- <li class="toctree-l4"><a class="reference internal" href="library/struct.html#applications">Applications </a><ul>
3961
- <li class="toctree-l5"><a class="reference internal" href="library/struct.html#native-formats">Native Formats </a></li>
3962
- <li class="toctree-l5"><a class="reference internal" href="library/struct.html#standard-formats">Standard Formats </a></li>
3960
+ <li class="toctree-l4"><a class="reference internal" href="library/struct.html#applications">應用 </a><ul>
3961
+ <li class="toctree-l5"><a class="reference internal" href="library/struct.html#native-formats">原生格式 </a></li>
3962
+ <li class="toctree-l5"><a class="reference internal" href="library/struct.html#standard-formats">標準格式 </a></li>
3963
3963
</ul>
3964
3964
</li>
3965
3965
<li class="toctree-l4"><a class="reference internal" href="library/struct.html#classes">類別</a></li>
Original file line number Diff line number Diff line change @@ -181,15 +181,15 @@ <h3>瀏覽</h3>
181
181
< ul >
182
182
< li class ="toctree-l1 "> < a class ="reference internal " href ="struct.html "> < code class ="xref py py-mod docutils literal notranslate "> < span class ="pre "> struct</ span > </ code > --- 將位元組直譯為打包起來的二進位資料</ a > < ul >
183
183
< li class ="toctree-l2 "> < a class ="reference internal " href ="struct.html#functions-and-exceptions "> 函式與例外</ a > </ li >
184
- < li class ="toctree-l2 "> < a class ="reference internal " href ="struct.html#format-strings "> Format Strings </ a > < ul >
185
- < li class ="toctree-l3 "> < a class ="reference internal " href ="struct.html#byte-order-size-and-alignment "> Byte Order, Size, and Alignment </ a > </ li >
186
- < li class ="toctree-l3 "> < a class ="reference internal " href ="struct.html#format-characters "> Format Characters </ a > </ li >
184
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="struct.html#format-strings "> 格式字串 </ a > < ul >
185
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="struct.html#byte-order-size-and-alignment "> 位元組順序、大小和對齊 </ a > </ li >
186
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="struct.html#format-characters "> 格式字元 </ a > </ li >
187
187
< li class ="toctree-l3 "> < a class ="reference internal " href ="struct.html#examples "> 範例</ a > </ li >
188
188
</ ul >
189
189
</ li >
190
- < li class ="toctree-l2 "> < a class ="reference internal " href ="struct.html#applications "> Applications </ a > < ul >
191
- < li class ="toctree-l3 "> < a class ="reference internal " href ="struct.html#native-formats "> Native Formats </ a > </ li >
192
- < li class ="toctree-l3 "> < a class ="reference internal " href ="struct.html#standard-formats "> Standard Formats </ a > </ li >
190
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="struct.html#applications "> 應用 </ a > < ul >
191
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="struct.html#native-formats "> 原生格式 </ a > </ li >
192
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="struct.html#standard-formats "> 標準格式 </ a > </ li >
193
193
</ ul >
194
194
</ li >
195
195
< li class ="toctree-l2 "> < a class ="reference internal " href ="struct.html#classes "> 類別</ a > </ li >
You can’t perform that action at this time.
0 commit comments