From a36fe82916b7e553635f2c0d934a3be24a65be3c Mon Sep 17 00:00:00 2001
From: Nicolas Joyard <joyard.nicolas@gmail.com>
Date: Wed, 29 Jun 2016 07:21:49 +0200
Subject: [PATCH] Fix code block in dev doc

---
 docs/development.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/development.rst b/docs/development.rst
index 8f7e7c86..d551c7da 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -116,7 +116,7 @@ for database access:
 
 Make sure the corresponding user and database exist on your system; the user
 will need the 'createdb' permission in order to be able to run tests.  To create
-them, you may use the following commands:
+them, you may use the following commands::
 
     $ psql -c "create user memopol with password 'memopol';" -U postgres
     $ psql -c "alter role memopol with createdb;" -U postgres
-- 
GitLab