# Documentation The [documentation](https://docs.python.org/3/library/sqlite3.html#sqlite3.Connection.blobopen) says row is `str`, but in [sqlite](https://github.com/python/cpython/blob/d54b1091d43b9d8f0da0ba081565bccca3f138fd/Modules/_sqlite/connection.c#L581) and [typeshed](https://github.com/python/typeshed/blob/bf484ab320778d9ced0a986243282691aa7425cb/stdlib/sqlite3/__init__.pyi#L333) sources the type is specified as int. <!-- gh-linked-prs --> ### Linked PRs * gh-138738 * gh-139062 * gh-139063 <!-- /gh-linked-prs -->
Documentation
The documentation says row is
str, but in sqlite and typeshed sources the type is specified as int.Linked PRs
sqlite3.Connection.blobopen*row* type and naming #138738