From 43ed068d1122b628f5180c4897c92f2c68e5521e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Michael=20O=2E=20Hegg=C3=B8?= <danmichaelo@gmail.com> Date: Mon, 3 Nov 2014 23:41:59 +0100 Subject: [PATCH] Added linebreak to README reStructuredText is quite picky --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 8b6f3d1..1658045 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) -- GitLab