[Python-bugs-list] [ python-Bugs-699237 ] Tutorial uses omitted slice indices before explaining them

SourceForge.net noreply@sourceforge.net
Thu, 06 Mar 2003 23:26:04 -0800


Bugs item #699237, was opened at 2003-03-07 20:26
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=699237&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthew Thomas (mpthomas)
Assigned to: Nobody/Anonymous (nobody)
Summary: Tutorial uses omitted slice indices before explaining them

Initial Comment:
Version: Python 2.2.2, Windows 98

This is a slight problem in section 3.1.2 of the 
Python tutorial, `Strings'
<http://www.python.org/doc/current/tut/node5.html#SECTI
ON005120000000000000000>.

In the paragraph which begins `Unlike a C string, 
Python strings cannot be changed ...', the example 
uses an omitted slice index, before omitted slice 
indices have been explained.

This could easily be fixed by moving this paragraph to 
the end of the section on slicing, which would have 
the additional benefit of not slicing the slicing 
section.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=699237&group_id=5470