Revision: 6781 Author: nicdumz Date: 2009-05-01 04:30:13 +0000 (Fri, 01 May 2009)
Log Message: ----------- Documentation fix: theses line -> these lines
Modified Paths: -------------- trunk/pywikipedia/interwiki.py
Modified: trunk/pywikipedia/interwiki.py =================================================================== --- trunk/pywikipedia/interwiki.py 2009-04-30 22:35:53 UTC (rev 6780) +++ trunk/pywikipedia/interwiki.py 2009-05-01 04:30:13 UTC (rev 6781) @@ -1417,7 +1417,7 @@ StoredPage instances can get referenced cyclicly: that would stop the garbage collector from destroying some of those objects.
- It's also not necessary to set theses line as a Subject destructor: + It's also not necessary to set these lines as a Subject destructor: deleting all stored content one entry by one entry when bailing out after a KeyboardInterrupt for example is redundant, because the whole storage file will be eventually removed.