From 38e788ee429689dedec5e2ffd5aef4e90873c98d Mon Sep 17 00:00:00 2001 From: Lukas Juhrich <lukasjuhrich@wh2.tu-dresden.de> Date: Thu, 11 Aug 2016 17:27:40 +0200 Subject: [PATCH] Minor whitespace fixes These have been done automatically by my editor (in the form of a post save hook). --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 193f05c..d99a912 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,7 @@ can be installed from GitHub: $ pip install git+git://github.com/mwclient/mwclient.git -Please see the +Please see the `release notes <https://github.com/mwclient/mwclient/blob/master/RELEASE-NOTES.md>`_ for a list of changes. @@ -111,7 +111,7 @@ without their two-letter prefix. Exceptions to this rule: * ``categorymembers`` is implemented as ``Category.members`` * ``deletedrevs`` is ``deletedrevisions`` * ``usercontribs`` is ``usercontributions`` -* First parameters of ``search`` and ``usercontributions`` are ``search`` and ``user`` +* First parameters of ``search`` and ``usercontributions`` are ``search`` and ``user`` respectively Properties and generators are implemented as Python generators. -- GitLab