bpo-5028: Fix up rest of documentation for tokenize documenting line (GH-13686)



https://bugs.python.org/issue5028
diff --git a/Doc/library/tokenize.rst b/Doc/library/tokenize.rst
index c89d3d4..b208ba4 100644
--- a/Doc/library/tokenize.rst
+++ b/Doc/library/tokenize.rst
@@ -39,8 +39,8 @@
    column where the token begins in the source; a 2-tuple ``(erow, ecol)`` of
    ints specifying the row and column where the token ends in the source; and
    the line on which the token was found. The line passed (the last tuple item)
-   is the *physical* line; continuation lines are included.  The 5 tuple is
-   returned as a :term:`named tuple` with the field names:
+   is the *physical* line.  The 5 tuple is returned as a :term:`named tuple`
+   with the field names:
    ``type string start end line``.
 
    The returned :term:`named tuple` has an additional property named