Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw authored Aug 15, 2024
1 parent e432465 commit 96390db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silk/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def profile_table(self):
@property
def time_spent_on_sql_queries(self):
""""
Calculate the total time spent in milli seconds on SQL queries using Django aggregates.
Calculate the total time spent in milliseconds on SQL queries using Django aggregates.
"""
result = SQLQuery.objects.filter(request=self).aggregate(
total_time=Sum('time_taken', output_field=FloatField())
Expand Down

0 comments on commit 96390db

Please sign in to comment.