Skip to content

Commit a4e74b1

Browse files
author
xqt
committed
strip trailing whitespace
1 parent 0c8674a commit a4e74b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wikipedia.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3946,13 +3946,13 @@ def _usingPagesOld(self):
39463946
output(
39473947
u"Image description page %s contains invalid reference to [[%s]]."
39483948
% (self.title(), match.group('title')))
3949-
3949+
39503950
def globalUsage(self):
39513951
'''
39523952
Yield Pages on which the image is used globally.
39533953
Currently this probably only works on Wikimedia Commonas.
39543954
'''
3955-
3955+
39563956
if not self.site().has_api() or self.site().versionnumber() < 11:
39573957
# Not supported, just return none
39583958
return

0 commit comments

Comments
 (0)