From d3613009df654a0f38111b21bb073ca6bde71df0 Mon Sep 17 00:00:00 2001 From: Alexander Zhukov Date: Fri, 20 Oct 2017 18:12:05 +0300 Subject: [PATCH] Fix python syntax highlighting --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 96bce48c..d98d7b15 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,9 @@ The Slixmpp Boilerplate Projects using Slixmpp tend to follow a basic pattern for setting up client/component connections and configuration. Here is the gist of the boilerplate needed for a Slixmpp based project. See the documentation or examples directory for more detailed archetypes for -Slixmpp projects:: +Slixmpp projects: + +.. code-block:: python import logging