From 66fe9518314ea98fc1ee2e9cdcdb73310992c2d2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 14 Oct 2018 07:01:13 -0400 Subject: [PATCH] python --- docs/source/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index 4ba1532..1174fbc 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -77,7 +77,7 @@ Here, we'll process our data in the background, while responding immediately to @api.background.task def process_data(data): - # Just sleep for three seconds, as a demo. + """Just sleeps for three seconds, as a demo.""" time.sleep(3)