Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bartv committed Jun 24, 2024
1 parent 2ada10f commit f5c115f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ async def _do_execute(self, func, instance, args, kwargs):
return result

async def _do_cursor_execute(self, func, instance, args, kwargs):
"""Wrap curser based functions. For every call this will generate a new span."""
"""Wrap cursor based functions. For every call this will generate a new span."""
exception = None
params = getattr(instance._connection, "_params", {})
name = (
Expand Down

0 comments on commit f5c115f

Please sign in to comment.