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=
231231</ section >
232232< section id ="getting-started-contributing-to-python-yourself ">
233233< 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 >
235235</ section >
236236</ section >
237237
Original file line number Diff line number Diff line change @@ -3951,15 +3951,15 @@ <h1>Python 說明文件內容<a class="headerlink" href="#python-documentation-c
39513951<li class="toctree-l2"><a class="reference internal" href="library/binary.html">二進位資料服務</a><ul>
39523952<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>
39533953<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>
39573957<li class="toctree-l5"><a class="reference internal" href="library/struct.html#examples">範例</a></li>
39583958</ul>
39593959</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>
39633963</ul>
39643964</li>
39653965<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>
181181< ul >
182182< 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 >
183183< 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 >
187187< li class ="toctree-l3 "> < a class ="reference internal " href ="struct.html#examples "> 範例</ a > </ li >
188188</ ul >
189189</ 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 >
193193</ ul >
194194</ li >
195195< 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