Meno25 submitted this change.

View Change

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

lintrails --> linktrails

Change-Id: I562e003174b035520988031559f5a4960c13caad
---
M scripts/maintenance/update_linktrails.py
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/maintenance/update_linktrails.py b/scripts/maintenance/update_linktrails.py
index 7a956eb..f8306b2 100755
--- a/scripts/maintenance/update_linktrails.py
+++ b/scripts/maintenance/update_linktrails.py
@@ -142,7 +142,7 @@
text += yield
except GeneratorExit:
text += ' }'
- # write lintrails to family file
+ # write linktrails to family file
pywikibot.output('Writing family file...')
family_file_name = join('pywikibot', 'family.py')
with codecs.open(family_file_name, 'r', 'utf8') as family_file:

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I562e003174b035520988031559f5a4960c13caad
Gerrit-Change-Number: 732345
Gerrit-PatchSet: 3
Gerrit-Owner: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: D3r1ck01 <xsavitar.wiki@aol.com>
Gerrit-Reviewer: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged