diff --git a/README.rst b/README.rst
index 8b6f3d165546797fced63ad43dabc1f08351ef1f..1658045b00626d16f9ce028b88b6aa0a82cc8f0d 100644
--- a/README.rst
+++ b/README.rst
@@ -107,6 +107,7 @@ the user-agent, you will need to include an appropriate parameter for
 following example:
 
 .. code-block:: python
+
     useragent = 'YourBot, based on mwclient v0.6.5. Run by User:You, you@gmail.com'
     site = mwclient.Site(('https', 'en.wikipedia.org'), clients_useragent=useragent)