Skip to content

Commit f224223

Browse files
committed
Update version
1 parent 42636f9 commit f224223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/sqlite3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,15 +279,15 @@ Module functions and constants
279279
The numeric error code from the `SQLite API
280280
<http://www.sqlite.org/c3ref/c_abort.html>`_.
281281

282-
.. versionadded:: 3.7
282+
.. versionadded:: 3.8
283283

284284
.. attribute:: sqlite_errorname
285285

286286
The symbolic name of the numeric error code
287287
from the `SQLite API
288288
<http://www.sqlite.org/c3ref/c_abort.html>`_.
289289

290-
.. versionadded:: 3.7
290+
.. versionadded:: 3.8
291291

292292

293293
.. _sqlite3-connection-objects:

0 commit comments

Comments
 (0)