summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-09-15 09:50:59 -0400
committerBenjamin Peterson <benjamin@python.org>2013-09-15 09:50:59 -0400
commit350f550aae4691afa241d8f57ae6bbbba29cf2d1 (patch)
tree36ef7d446cff669de4c6827d6d2f745127d8b651
parent393ea36a9bdcf7f1d33140dea341e794bd1c6135 (diff)
downloadsix-350f550aae4691afa241d8f57ae6bbbba29cf2d1.tar.gz
finish sentence
-rw-r--r--documentation/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index cdf9af1..bd4f3da 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -246,7 +246,7 @@ Python 2 and 3.
.. function:: print_(*args, *, file=sys.stdout, end="\\n", sep=" ")
Print *args* into *file*. Each argument will be separated with *sep* and
- *end* will be written to the file at the last.
+ *end* will be written to the file after the last argument is printed.
.. note::