jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/795675 )
Change subject: [doc] Fix spelling mistakes ......................................................................
[doc] Fix spelling mistakes
Bug: T201491 Change-Id: I5f3dbd6f48268aa224141f8789d82235916e22e3 --- M docs/scripts/outdated.rst M pywikibot/page/_links.py M scripts/delinker.py 3 files changed, 4 insertions(+), 4 deletions(-)
Approvals: D3r1ck01: Looks good to me, approved DannyS712: Looks good to me, but someone else must approve jenkins-bot: Verified
diff --git a/docs/scripts/outdated.rst b/docs/scripts/outdated.rst index 7961562..49f00a0 100644 --- a/docs/scripts/outdated.rst +++ b/docs/scripts/outdated.rst @@ -136,7 +136,7 @@
splitwarning script ------------------- -**Splits a interwiki.log file into chunks of warnings separated by language** +**Splits an interwiki.log file into chunks of warnings separated by language**
standardize_notes script @@ -174,6 +174,6 @@
**Script creates backlinks from a log file**
-A robot to implement backlinks from a interwiki.log file without checking +A robot to implement backlinks from an interwiki.log file without checking them against the live wikipedia.
diff --git a/pywikibot/page/_links.py b/pywikibot/page/_links.py index 8c1a59e..43e7800 100644 --- a/pywikibot/page/_links.py +++ b/pywikibot/page/_links.py @@ -1,7 +1,7 @@ """Objects representing internal or interwiki link in wikitext.
..note:: - `Link` objects definded here represent a wiki-page's title, while + `Link` objects defined here represent a wiki-page's title, while :class:`pywikibot.Page` objects represent the page itself, including its contents. """ diff --git a/scripts/delinker.py b/scripts/delinker.py index fe43cbe..bad4000 100644 --- a/scripts/delinker.py +++ b/scripts/delinker.py @@ -3,7 +3,7 @@
This script keeps track of image deletions and delinks removed files from current wiki in namespace 0. This script is suitable to delink -files from a image repository as well as for local images. +files from an image repository as well as for local images.
The following parameters are supported:
pywikibot-commits@lists.wikimedia.org