Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674f4fa commit 668b005Copy full SHA for 668b005
1 file changed
Doc/tutorial/inputoutput.rst
@@ -215,10 +215,6 @@ operation. For example::
215
>>> print 'The value of PI is approximately %5.3f.' % math.pi
216
The value of PI is approximately 3.142.
217
218
-Since :meth:`str.format` is quite new, a lot of Python code still uses the ``%``
219
-operator. However, because this old style of formatting will eventually be
220
-removed from the language, :meth:`str.format` should generally be used.
221
-
222
More information can be found in the :ref:`string-formatting` section.
223
224
0 commit comments