summaryrefslogtreecommitdiff
path: root/documentation/index.rst
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
commit103c61113b8453cab2a83fa58b7eecd55526202a (patch)
tree36ef7d446cff669de4c6827d6d2f745127d8b651 /documentation/index.rst
parent7a186887874a2a2eab7201066866f70e5761792d (diff)
downloadsix-git-103c61113b8453cab2a83fa58b7eecd55526202a.tar.gz
finish sentence
Diffstat (limited to 'documentation/index.rst')
-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::