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): def _is_ready(self, doc):
""" """
Detect whether `doc` is ready to consume or if it's still being written Detect whether ``doc`` is ready to consume or if it's still being
to by the uploader. written to by the uploader.
""" """
t = os.stat(doc).st_mtime t = os.stat(doc).st_mtime