[issue41666] fix

2020-08-30 Thread Steven D'Aprano


Steven D'Aprano  added the comment:

I agree with xtreak. I guess you probably misspelled the initial word:

>>> 'Python'[2:5]  # same as the tutorial
'tho'

>>> 'Pyhton'[2:5]  # misspelling
'hto'

--
nosy: +steven.daprano

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41666] fix

2020-08-30 Thread Karthikeyan Singaravelan


Karthikeyan Singaravelan  added the comment:

Closing this as not a bug since the example seems to be correct. Feel free to 
reopen with more details if needed.

--
nosy: +xtreak
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41666] fix

2020-08-30 Thread M-o-T


Change by M-o-T :


--
title: Problem in tutorial/introduction.html#strings -> fix

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com