]> granicus.if.org Git - python/commitdiff
bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Sun, 25 Feb 2018 19:06:01 +0000 (14:06 -0500)
committerMariatta <Mariatta@users.noreply.github.com>
Sun, 25 Feb 2018 19:06:01 +0000 (11:06 -0800)
By default `print` adds spaces between its arguments.

Doc/tutorial/inputoutput.rst

index 74d7bad42a12be28305514f9188ba7cd15298162..d5531029d064c2de66486b5a0db692f2fe18545b 100644 (file)
@@ -100,7 +100,7 @@ Here are two ways to write a table of squares and cubes::
    10 100 1000
 
 (Note that in the first example, one space between each column was added by the
-way :func:`print` works: it always adds spaces between its arguments.)
+way :func:`print` works: by default it adds spaces between its arguments.)
 
 This example demonstrates the :meth:`str.rjust` method of string
 objects, which right-justifies a string in a field of a given width by padding