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