From cc52f02d74e5eee4eb64ff16fb0dfaa7d4d7d38e Mon Sep 17 00:00:00 2001
From: Erik Johnston <erik@matrix.org>
Date: Tue, 28 Apr 2015 18:09:20 +0100
Subject: [PATCH] Fix rst

---
 docs/postgres.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/postgres.rst b/docs/postgres.rst
index bbf1b12a89..ca72131c6c 100644
--- a/docs/postgres.rst
+++ b/docs/postgres.rst
@@ -74,7 +74,8 @@ the original snapshot was taken, repeat the previous steps with a newer
 snapshot.
 
 To complete the conversion shut down the synapse server and run the port
-script one last time, e.g. if the SQLite database is at  ``homeserver.db`` run:
+script one last time, e.g. if the SQLite database is at  ``homeserver.db``
+run::
 
     python scripts/port_from_sqlite_to_postgres.py \
         --sqlite-database homeserver.db \
-- 
GitLab