You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanid="contributing-to-python"></span><h2>開始讓自己貢獻 Python<aclass="headerlink" href="#getting-started-contributing-to-python-yourself" title="Link to this heading">¶</a></h2>
and <codeclass="docutils literal notranslate"><spanclass="pre">"%"</span></code> are supported. For these presentation types, formatting for a
414
414
<aclass="reference internal" href="#fractions.Fraction" title="fractions.Fraction"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Fraction</span></code></a> object <codeclass="docutils literal notranslate"><spanclass="pre">x</span></code> follows the rules outlined for
415
-
the <aclass="reference internal" href="functions.html#float" title="float"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">float</span></code></a> type in the <aclass="reference internal" href="string.html#formatspec"><spanclass="std std-ref">Format Specification Mini-Language</span></a> section.</p>
415
+
the <aclass="reference internal" href="functions.html#float" title="float"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">float</span></code></a> type in the <aclass="reference internal" href="string.html#formatspec"><spanclass="std std-ref">格式規格 (Format Specification) 迷你語言</span></a> section.</p>
Copy file name to clipboardExpand all lines: library/functions.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -814,7 +814,7 @@ <h3>瀏覽</h3>
814
814
<dlclass="py function" id="index-4">
815
815
<dtclass="sig sig-object py" id="format">
816
816
<spanclass="sig-name descname"><spanclass="pre">format</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">value</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">format_spec</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">''</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink" href="#format" title="Link to this definition">¶</a></dt>
Copy file name to clipboardExpand all lines: library/stdtypes.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6007,7 +6007,7 @@ <h3>Affected APIs<a class="headerlink" href="#affected-apis" title="Link to this
6007
6007
<li><p><code class="docutils literal notranslate"><span class="pre">int(string,</span> <span class="pre">base)</span></code> with base 2, 4, 8, 16, or 32.</p></li>
0 commit comments