Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0af3b2c

Browse files
committed
Deploying to gh-pages from @1cc7e8d 🚀
1 parent9df6c95 commit0af3b2c

10 files changed

+43
-70
lines changed

‎contents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3890,7 +3890,7 @@ <h1>Python 說明文件內容<a class="headerlink" href="#python-documentation-c
38903890
</li>
38913891
<li class="toctree-l3"><a class="reference internal" href="library/textwrap.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">textwrap</span></code> --- 文字包裝與填充</a></li>
38923892
<li class="toctree-l3"><a class="reference internal" href="library/unicodedata.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">unicodedata</span></code> --- Unicode 資料庫</a></li>
3893-
<li class="toctree-l3"><a class="reference internal" href="library/stringprep.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">stringprep</span></code> ---網際網路字串準備</a></li>
3893+
<li class="toctree-l3"><a class="reference internal" href="library/stringprep.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">stringprep</span></code> ---網際網路字串的準備</a></li>
38943894
<li class="toctree-l3"><a class="reference internal" href="library/readline.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">readline</span></code> --- GNU readline 介面</a><ul>
38953895
<li class="toctree-l4"><a class="reference internal" href="library/readline.html#init-file">Init file</a></li>
38963896
<li class="toctree-l4"><a class="reference internal" href="library/readline.html#line-buffer">Line buffer</a></li>

‎genindex-R.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ <h1 id="index">Index &#x2013; R</h1>
15011501
</li>
15021502
<li><ahref="howto/logging.html#index-0">RFC 3339</a>
15031503
</li>
1504-
<li><ahref="library/stringprep.html#index-0">RFC 3454</a>,<ahref="library/stringprep.html#index-1">[1]</a>,<ahref="whatsnew/changelog.html#index-100">[2]</a>
1504+
<li><ahref="library/stringprep.html#index-4">RFC 3454</a>,<ahref="library/stringprep.html#index-5">[1]</a>,<ahref="whatsnew/changelog.html#index-100">[2]</a>
15051505
</li>
15061506
<li><ahref="library/codecs.html#index-13">RFC 3490</a>,<ahref="library/codecs.html#index-14">[1]</a>,<ahref="library/codecs.html#index-6">[2]</a>,<ahref="library/codecs.html#index-8">[3]</a>
15071507
</li>

‎genindex-all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30353,7 +30353,7 @@ <h2 id="R">R</h2>
3035330353
</li>
3035430354
<li><a href="howto/logging.html#index-0">RFC 3339</a>
3035530355
</li>
30356-
<li><a href="library/stringprep.html#index-0">RFC 3454</a>, <a href="library/stringprep.html#index-1">[1]</a>, <a href="whatsnew/changelog.html#index-100">[2]</a>
30356+
<li><a href="library/stringprep.html#index-4">RFC 3454</a>, <a href="library/stringprep.html#index-5">[1]</a>, <a href="whatsnew/changelog.html#index-100">[2]</a>
3035730357
</li>
3035830358
<li><a href="library/codecs.html#index-13">RFC 3490</a>, <a href="library/codecs.html#index-14">[1]</a>, <a href="library/codecs.html#index-6">[2]</a>, <a href="library/codecs.html#index-8">[3]</a>
3035930359
</li>

‎library/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ <h3>瀏覽</h3>
222222
<liclass="toctree-l2"><aclass="reference internal"href="difflib.html"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">difflib</span></code> --- 計算差異的輔助工具</a></li>
223223
<liclass="toctree-l2"><aclass="reference internal"href="textwrap.html"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">textwrap</span></code> --- 文字包裝與填充</a></li>
224224
<liclass="toctree-l2"><aclass="reference internal"href="unicodedata.html"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">unicodedata</span></code> --- Unicode 資料庫</a></li>
225-
<liclass="toctree-l2"><aclass="reference internal"href="stringprep.html"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">stringprep</span></code> ---網際網路字串準備</a></li>
225+
<liclass="toctree-l2"><aclass="reference internal"href="stringprep.html"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">stringprep</span></code> ---網際網路字串的準備</a></li>
226226
<liclass="toctree-l2"><aclass="reference internal"href="readline.html"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">readline</span></code> --- GNU readline 介面</a></li>
227227
<liclass="toctree-l2"><aclass="reference internal"href="rlcompleter.html"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">rlcompleter</span></code> --- GNU readline 的補全函式</a></li>
228228
</ul>

‎library/readline.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<linkrel="search"title="搜尋"href="../search.html"/>
2727
<linkrel="copyright"title="版權"href="../copyright.html"/>
2828
<linkrel="next"title="rlcompleter --- GNU readline 的補全函式"href="rlcompleter.html"/>
29-
<linkrel="prev"title="stringprep ---網際網路字串準備"href="stringprep.html"/>
29+
<linkrel="prev"title="stringprep ---網際網路字串的準備"href="stringprep.html"/>
3030

3131
<linkrel="canonical"href="https://docs.python.org/3/library/readline.html"/>
3232

@@ -104,7 +104,7 @@ <h3><a href="../contents.html">目錄</a></h3>
104104
<div>
105105
<h4>上個主題</h4>
106106
<pclass="topless"><ahref="stringprep.html"
107-
title="上一章"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">stringprep</span></code> ---網際網路字串準備</a></p>
107+
title="上一章"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">stringprep</span></code> ---網際網路字串的準備</a></p>
108108
</div>
109109
<div>
110110
<h4>下個主題</h4>
@@ -140,7 +140,7 @@ <h3>瀏覽</h3>
140140
<ahref="rlcompleter.html"title="rlcompleter --- GNU readline 的補全函式"
141141
accesskey="N">下一頁</a> |</li>
142142
<liclass="right">
143-
<ahref="stringprep.html"title="stringprep ---網際網路字串準備"
143+
<ahref="stringprep.html"title="stringprep ---網際網路字串的準備"
144144
accesskey="P">上一頁</a> |</li>
145145

146146
<li><imgsrc="../_static/py.svg"alt="Python logo"style="vertical-align: middle; margin-top: -1px"/></li>
@@ -595,7 +595,7 @@ <h3><a href="../contents.html">目錄</a></h3>
595595
<div>
596596
<h4>上個主題</h4>
597597
<pclass="topless"><ahref="stringprep.html"
598-
title="上一章"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">stringprep</span></code> ---網際網路字串準備</a></p>
598+
title="上一章"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">stringprep</span></code> ---網際網路字串的準備</a></p>
599599
</div>
600600
<div>
601601
<h4>下個主題</h4>
@@ -634,7 +634,7 @@ <h3>瀏覽</h3>
634634
<ahref="rlcompleter.html"title="rlcompleter --- GNU readline 的補全函式"
635635
>下一頁</a> |</li>
636636
<liclass="right">
637-
<ahref="stringprep.html"title="stringprep ---網際網路字串準備"
637+
<ahref="stringprep.html"title="stringprep ---網際網路字串的準備"
638638
>上一頁</a> |</li>
639639

640640
<li><imgsrc="../_static/py.svg"alt="Python logo"style="vertical-align: middle; margin-top: -1px"/></li>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp