jenkins-bot submitted this change.

View Change

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

* fix typo:
** don't now --> don't know

Change-Id: If41e630b651a0f0d705612f3d3704bfbcf1febdb
---
M scripts/archivebot.py
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/archivebot.py b/scripts/archivebot.py
index 7e5a64e..4eb7094 100755
--- a/scripts/archivebot.py
+++ b/scripts/archivebot.py
@@ -690,7 +690,7 @@
# "era" regardless of the counter and deal with it later
key = pattern % params
threads_per_archive[key].append((i, thread))
- whys.add(why) # xxx: we don't now if we ever archive anything
+ whys.add(why) # xxx: we don't know if we ever archive anything

params = self.get_params(self.now, counter)
aux_params = self.get_params(self.now, counter + 1)

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: If41e630b651a0f0d705612f3d3704bfbcf1febdb
Gerrit-Change-Number: 761760
Gerrit-PatchSet: 2
Gerrit-Owner: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged