Skip to content

Commit

Permalink
Correct key name for profile return
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Oct 13, 2024
1 parent 4013df8 commit 42ef460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ Connection_set_profile(Connection *self, PyObject *const *fast_args, Py_ssize_t
* - sql
- :class:`str`
- SQL text (except SQLITE_TRACE_CLOSE)
* - profile
* - nanoseconds
- :class:`int`
- nanoseconds SQL took to execute (SQLITE_TRACE_PROFILE only)
* - stmt_status
Expand Down

0 comments on commit 42ef460

Please sign in to comment.