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.
There was an error while loading. Please reload this page.
1 parent 7634947 commit b7c1a94Copy full SHA for b7c1a94
Doc/tutorial/inputoutput.rst
@@ -101,7 +101,7 @@ Here are two ways to write a table of squares and cubes::
101
10 100 1000
102
103
(Note that in the first example, one space between each column was added by the
104
-way :keyword:`print` works: it always adds spaces between its arguments.)
+way :keyword:`print` works: by default it adds spaces between its arguments.)
105
106
This example demonstrates the :meth:`str.rjust` method of string
107
objects, which right-justifies a string in a field of a given width by padding
0 commit comments