Corrected documentation syntax

This commit is contained in:
Andrew Murray 2018-05-13 20:52:11 +10:00
parent baa987de0f
commit c38f25a876

View File

@ -239,7 +239,7 @@ class PillowLeakTestCase(PillowTestCase):
Gets the RUSAGE memory usage, returns in K. Encapsulates the difference Gets the RUSAGE memory usage, returns in K. Encapsulates the difference
between OSX and Linux rss reporting between OSX and Linux rss reporting
:returns; memory usage in kilobytes :returns: memory usage in kilobytes
""" """
from resource import getrusage, RUSAGE_SELF from resource import getrusage, RUSAGE_SELF