From 66a8c153cb57ebf432767688302b6fbd5b7bed33 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sat, 6 Jun 2020 13:38:48 +0200 Subject: [PATCH] (docs): enabled syntax highlighting for better readability --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2e6f9a5..e7faf1b 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ Example The following un-tested pseudo-code shows how you might use ``cas_client`` in a Flask project. -:: +.. code-block:: python from cas_client import CASClient from flask import Flask, redirect, request, session, url_for