This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Typo string instead of sting in LibDoc
Type: Stage:
Components: Documentation Versions: Python 2.2
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: nnorwitz, peterbarth
Priority: normal Keywords:

Created on 2002-11-03 12:41 by peterbarth, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg13044 - (view) Author: Peter Barth (peterbarth) Date: 2002-11-03 12:41
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
msg13045 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-11-03 13:14
Logged In: YES 
user_id=33168

Thanks.  Checked in as:  Doc/lib/tkinter.tex 1.16 and 1.10.6.6
History
Date User Action Args
2022-04-10 16:05:48adminsetgithub: 37402
2002-11-03 12:41:57peterbarthcreate