mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Clean up docstring to be properly rst
This commit is contained in:
parent
5c43041610
commit
73e62600c2
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user