pytho****@googl*****
pytho****@googl*****
2011年 3月 5日 (土) 22:19:23 JST
Revision: 9a54ee0282 Author: mbf.p****@gmail***** Date: Sat Mar 5 05:16:46 2011 Log: tutorial/inputoutput.rst 誤字修正 http://code.google.com/p/python-doc-ja/source/detail?r=9a54ee0282 Modified: /tutorial/inputoutput.rst ======================================= --- /tutorial/inputoutput.rst Sat Mar 5 00:01:30 2011 +++ /tutorial/inputoutput.rst Sat Mar 5 05:16:46 2011 @@ -123,7 +123,7 @@ 返します。 この仕様のためにカラムのレイアウトが滅茶苦茶になるかもしれませんが、 嘘の値が代わりに書き出されるよりはましです。(本当に切り詰めを行いたいのな ら、 -全てのカラムに ``x.ljust(n)[:n]``) のようにスライス表記を加えることもできま す。) +全てのカラムに ``x.ljust(n)[:n]`` のようにスライス表記を加えることもできま す。) もう一つのメソッド、 :func:`zfill` は、数値文字列の左側をゼロ詰めします。 このメソッドは正と負の符号を正しく扱います。 @@ -164,7 +164,7 @@ ... other='Georg') The story of Bill, Manfred, and Georg. -:func:`str` を適応する``'!s'`` や:func:`repr` を適応する``'!r'`` を使って、 +:func:`str` を適応する ``'!s'`` や :func:`repr` を適応する ``'!r'`` を使っ て、 値をフォーマットする前に変換することができます。 :: >>> import math