Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Nov 15, 2024
1 parent a130728 commit d08bb06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def cursor(self, *args, **kwargs):
)
db_api_integration.enable_commenter = False

return get_traced_connection_proxy(
return get_traced_cursor_proxy(
wrapped_cursor, db_api_integration
)

Expand Down

0 comments on commit d08bb06

Please sign in to comment.