Skip to content

Commit

Permalink
make scripts with shebangs executable
Browse files Browse the repository at this point in the history
Change-Id: Ia8e39a6b548b7c068d996b200cbaa82534f514f3
  • Loading branch information
JJMC89 committed Jul 29, 2024
1 parent d2c57e2 commit a7b58d8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_static/css/pywikibot.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ div.versionchanged .versionmodified {
div.deprecated .versionmodified,
div.versionremoved .versionmodified {
color: var(--deprecated);
}
}
2 changes: 1 addition & 1 deletion docs/api_ref/pywikibot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`
Expand Down
Empty file modified scripts/maintenance/addwikis.py
100644 → 100755
Empty file.
Empty file modified tests/version_tests.py
100644 → 100755
Empty file.

0 comments on commit a7b58d8

Please sign in to comment.