Hi,

On Tue, Apr 17, 2012 at 8:48 PM, raymond.hettinger
<python-check...@python.org> wrote:
> http://hg.python.org/cpython/rev/d229032dc213
> changeset:   76387:d229032dc213
> branch:      2.7
> user:        Raymond Hettinger <pyt...@rcn.com>
> date:        Tue Apr 17 22:48:06 2012 -0400
> summary:
>  Clean-up the SQLite introduction.
>
> files:
>  Doc/library/sqlite3.rst |  52 ++++++++++++++--------------
>  1 files changed, 26 insertions(+), 26 deletions(-)
>
>
> diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
> --- a/Doc/library/sqlite3.rst
> +++ b/Doc/library/sqlite3.rst
> @@ -23,7 +23,7 @@
>  :file:`/tmp/example` file::
>

The filename here should be updated too.

>    import sqlite3
> -   conn = sqlite3.connect('/tmp/example')
> +   conn = sqlite3.connect('example.db')

Best Regards,
Ezio Melotti
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to