Issue 1998: documentation grammatical error

Issue1998

Created on 2008-02-02 01:02 by mickbeaver, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg61985 - (view) Author: Mick Charles Beaver (mickbeaver) Date: 2008-02-02 01:02
On page:
http://docs.python.org/lib/sqlite3-Module-Contents.html

The following:
If you want to use other types, like you have to add support for them
yourself.

Should be:
If you want to use other types, you'll have to add support for them
yourself.
msg61996 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-02-02 07:39
This seems already fixed in SVN.
History
Date User Action Args
2022-04-11 14:56:30adminsetgithub: 46282
2008-02-02 07:39:46georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg61996
2008-02-02 01:11:06christian.heimessetversions: + Python 2.6
nosy: + georg.brandl
priority: low
assignee: georg.brandl
keywords: + easy
type: enhancement
2008-02-02 01:02:06mickbeavercreate