jenkins-bot submitted this change.

View Change

Approvals: Meno25: Looks good to me, approved jenkins-bot: Verified
[doc] Update documentation

Change-Id: I9592d4fe6c637a90b48337e0f634034243edbb89
---
M pywikibot/page/_collections.py
M pywikibot/page/_decorators.py
M pywikibot/site_detect.py
M pywikibot/titletranslate.py
M pywikibot/tools/chars.py
M pywikibot/tools/formatter.py
6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pywikibot/page/_collections.py b/pywikibot/page/_collections.py
index 5e0b984..078a5cf 100644
--- a/pywikibot/page/_collections.py
+++ b/pywikibot/page/_collections.py
@@ -1,6 +1,6 @@
"""Structures holding data for Wikibase entities."""
#
-# (C) Pywikibot team, 2019-2021
+# (C) Pywikibot team, 2019-2022
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/page/_decorators.py b/pywikibot/page/_decorators.py
index 4a056e4..ae20bb0 100644
--- a/pywikibot/page/_decorators.py
+++ b/pywikibot/page/_decorators.py
@@ -1,6 +1,6 @@
"""Decorators for Page objects."""
#
-# (C) Pywikibot team, 2017-2021
+# (C) Pywikibot team, 2017-2022
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/site_detect.py b/pywikibot/site_detect.py
index 5476890..b236b16 100644
--- a/pywikibot/site_detect.py
+++ b/pywikibot/site_detect.py
@@ -1,6 +1,6 @@
"""Classes for detecting a MediaWiki site."""
#
-# (C) Pywikibot team, 2010-2021
+# (C) Pywikibot team, 2010-2022
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/titletranslate.py b/pywikibot/titletranslate.py
index 1e70a00..c1f92ba 100644
--- a/pywikibot/titletranslate.py
+++ b/pywikibot/titletranslate.py
@@ -1,6 +1,6 @@
"""Title translate module."""
#
-# (C) Pywikibot team, 2003-2021
+# (C) Pywikibot team, 2003-2022
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/tools/chars.py b/pywikibot/tools/chars.py
index 6ffe762..f33b40e 100644
--- a/pywikibot/tools/chars.py
+++ b/pywikibot/tools/chars.py
@@ -1,6 +1,6 @@
"""Character based helper functions (not wiki-dependent)."""
#
-# (C) Pywikibot team, 2015-2021
+# (C) Pywikibot team, 2015-2022
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/tools/formatter.py b/pywikibot/tools/formatter.py
index 4f81afd..87dcbd1 100644
--- a/pywikibot/tools/formatter.py
+++ b/pywikibot/tools/formatter.py
@@ -1,6 +1,6 @@
"""Module containing various formatting related utilities."""
#
-# (C) Pywikibot team, 2015-2021
+# (C) Pywikibot team, 2015-2022
#
# Distributed under the terms of the MIT license.
#

To view, visit change 774404. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I9592d4fe6c637a90b48337e0f634034243edbb89
Gerrit-Change-Number: 774404
Gerrit-PatchSet: 2
Gerrit-Owner: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged