diff options
Diffstat (limited to 'test/aaa_profiling/test_memusage.py')
-rw-r--r-- | test/aaa_profiling/test_memusage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_memusage.py b/test/aaa_profiling/test_memusage.py index ab1815e8a..f9a95c3d8 100644 --- a/test/aaa_profiling/test_memusage.py +++ b/test/aaa_profiling/test_memusage.py @@ -338,7 +338,7 @@ class MemUsageTest(EnsureZeroed): i = [1] # the times here is cranked way up so that we can see - # pysqlite clearing out it's internal buffer and allow + # pysqlite clearing out its internal buffer and allow # the test to pass @testing.emits_warning() @profile_memory() |