[Python-bugs-list] [ python-Bugs-632864 ] Typo string instead of sting in LibDoc

noreply@sourceforge.net noreply@sourceforge.net
Sun, 03 Nov 2002 05:14:08 -0800


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

Category: Documentation
>Group: Python 2.2.2
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Peter Barth (peterbarth)
>Assigned to: Neal Norwitz (nnorwitz)
Summary: Typo string instead of sting in LibDoc

Initial Comment:
Typo:
   strings 
instead of 
   stings
in section 16.1.6.6 Tk Option Data Types in the
Python Library Reference
http://www.python.org/doc/current/lib/node520.html 
--- This ---
boolean 
You can pass integers 0 or 1 or the stings "yes" or "no".
--- should read
boolean 
You can pass integers 0 or 1 or the strings "yes" or "no".
---
Cheers


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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2002-11-03 08:14

Message:
Logged In: YES 
user_id=33168

Thanks.  Checked in as:  Doc/lib/tkinter.tex 1.16 and 1.10.6.6

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

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