From e38fa659124a9cfc56b6f15bfee91fa012bd5786 Mon Sep 17 00:00:00 2001 From: Pascal van Kooten Date: Mon, 4 Sep 2017 01:47:00 +0200 Subject: [PATCH] Enable code syntax highlighting in README.rst (#1) --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 47cc209..d7e0360 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,8 @@ application, be it a CLI app, or a web app. Basic Usage ----------- -:: +.. code:: python + import time @@ -27,7 +28,8 @@ Basic Usage Advanced Usage -------------- -:: +.. code:: python + import background