jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1057942?usp=email )
Change subject: make scripts with shebangs executable ......................................................................
make scripts with shebangs executable
Change-Id: Ia8e39a6b548b7c068d996b200cbaa82534f514f3 --- M docs/_static/css/pywikibot.css M docs/api_ref/pywikibot.rst M scripts/maintenance/addwikis.py M tests/version_tests.py 4 files changed, 2 insertions(+), 2 deletions(-)
Approvals: JJMC89: Looks good to me, approved jenkins-bot: Verified
diff --git a/docs/_static/css/pywikibot.css b/docs/_static/css/pywikibot.css index 0844f03..48def52 100644 --- a/docs/_static/css/pywikibot.css +++ b/docs/_static/css/pywikibot.css @@ -125,4 +125,4 @@ div.deprecated .versionmodified, div.versionremoved .versionmodified { color: var(--deprecated); -} \ No newline at end of file +} diff --git a/docs/api_ref/pywikibot.rst b/docs/api_ref/pywikibot.rst index 5da2cdc..5def779 100644 --- a/docs/api_ref/pywikibot.rst +++ b/docs/api_ref/pywikibot.rst @@ -47,7 +47,7 @@ .. admonition:: Imports from :mod:`page` module :class: tip
- The following classes and function are inported from :mod:`page` module + The following classes and function are inported from :mod:`page` module but can also be used as :mod:`pywikibot` members:
- :class:`pywikibot.Category<page.Category>` diff --git a/scripts/maintenance/addwikis.py b/scripts/maintenance/addwikis.py old mode 100644 new mode 100755 diff --git a/tests/version_tests.py b/tests/version_tests.py old mode 100644 new mode 100755
pywikibot-commits@lists.wikimedia.org