jenkins-bot has submitted this change and it was merged. Change subject: dates + typo fix ......................................................................
dates + typo fix Change-Id: Ia38dc2a38abf5731c9676991946f4c0a2d3198b3 --- M README-conversion.txt M generate_user_files.py M pwb.py 3 files changed, 3 insertions(+), 3 deletions(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified diff --git a/README-conversion.txt b/README-conversion.txt index 99dcf7a..58078da 100644 --- a/README-conversion.txt +++ b/README-conversion.txt @@ -115,7 +115,7 @@ The User object has been moved from the userlib module to the pywikibot namespace. Any references to "userlib.User" can be replaced by -"pywikibot.User", but the old for mis retained for backwards-compatibility. +"pywikibot.User", but the old form is retained for backwards-compatibility. The following changes have occured in the User object: diff --git a/generate_user_files.py b/generate_user_files.py index ddd2e6a..b8a0064 100644 --- a/generate_user_files.py +++ b/generate_user_files.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ Script to create user files (user-config.py, user-fixes.py) """ # -# (C) Pywikipedia team, 2010-2012 +# (C) Pywikipedia team, 2010-2013 # __version__ = '$Id$' # diff --git a/pwb.py b/pwb.py index 9e7a7d9..ae732ed 100644 --- a/pwb.py +++ b/pwb.py @@ -5,7 +5,7 @@ and it will use the package directory to store all user files, will fix up search paths so the package does not need to be installed, etc. """ -# (C) Pywikipedia team, 2012 +# (C) Pywikipedia team, 2013 # __version__ = '$Id$' # -- To view, visit https://gerrit.wikimedia.org/r/79174 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia38dc2a38abf5731c9676991946f4c0a2d3198b3 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Sumanah <[email protected]> Gerrit-Reviewer: Ladsgroup <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: Merlijn van Deen <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
