jenkins-bot has submitted this change and it was merged.
Change subject: Typofix in class Between ......................................................................
Typofix in class Between
Change-Id: I3d813387e4069466b8dfce3ce8e4d4426174114e --- M pywikibot/data/wikidataquery.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: XZise: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/data/wikidataquery.py b/pywikibot/data/wikidataquery.py index 5ad6bed..d5491a7 100644 --- a/pywikibot/data/wikidataquery.py +++ b/pywikibot/data/wikidataquery.py @@ -368,7 +368,7 @@ to be in UTC, timezones are not supported by the API
@param prop: the property - @param begin: WbTime object representign the beginning of the period + @param begin: WbTime object representing the beginning of the period @param end: WbTime object representing the end of the period """
pywikibot-commits@lists.wikimedia.org