From 73e62600c2a5e85ac2d037289551fb6081c7895c Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sat, 3 Mar 2018 18:42:27 +0000 Subject: [PATCH] Clean up docstring to be properly rst --- src/documents/consumer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/documents/consumer.py b/src/documents/consumer.py index 7d4f2facf..886b0dd69 100644 --- a/src/documents/consumer.py +++ b/src/documents/consumer.py @@ -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