Clean up docstring to be properly rst

This commit is contained in:
Daniel Quinn 2018-03-03 18:42:27 +00:00
parent 5c43041610
commit 73e62600c2

View File

@ -226,8 +226,8 @@ class Consumer:
def _is_ready(self, doc):
"""
Detect whether `doc` is ready to consume or if it's still being written
to by the uploader.
Detect whether ``doc`` is ready to consume or if it's still being
written to by the uploader.
"""
t = os.stat(doc).st_mtime