@@ -100,7 +100,7 @@ Here are two ways to write a table of squares and cubes:: |
|
|
100 |
100 |
10 100 1000 |
101 |
101 |
|
102 |
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.) |
|
103 |
+way :func:`print` works: by default it adds spaces between its arguments.) |
104 |
104 |
|
105 |
105 |
This example demonstrates the :meth:`str.rjust` method of string |
106 |
106 |
objects, which right-justifies a string in a field of a given width by padding |