John Vandenberg has uploaded a new change for review. https://gerrit.wikimedia.org/r/190716
Change subject: Minor documentation fixes ...................................................................... Minor documentation fixes Change-Id: Idde50d76be2cbf05a6075c9ff39fdbb5a029bee4 --- M pywikibot/userinterfaces/win32_unicode.py 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/16/190716/1 diff --git a/pywikibot/userinterfaces/win32_unicode.py b/pywikibot/userinterfaces/win32_unicode.py index 9e4dded..64016f7 100755 --- a/pywikibot/userinterfaces/win32_unicode.py +++ b/pywikibot/userinterfaces/win32_unicode.py @@ -1,7 +1,7 @@ """Stdout, stderr and argv support for unicode.""" ############################################## # Support for unicode in windows cmd.exe -# Posted on Stack Overflow [1], available under CC-BY-SA [2] +# Posted on Stack Overflow [1], available under CC-BY-SA 3.0 [2] # # Question: "Windows cmd encoding change causes Python crash" [3] by Alex [4], # Answered [5] by David-Sarah Hopwood [6]. @@ -15,8 +15,8 @@ # ################################################ # -# stdin support added by Merlijn van Deen <[email protected]>, march 2012 -# Licensed under both CC-BY-SA as the MIT license. +# stdin support added by Merlijn van Deen <[email protected]>, March 2012 +# Licensed under both CC-BY-SA and the MIT license. # ################################################ from __future__ import print_function -- To view, visit https://gerrit.wikimedia.org/r/190716 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idde50d76be2cbf05a6075c9ff39fdbb5a029bee4 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: John Vandenberg <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
