commit b6c23b0c2934b6c1b1c51530754cc48f6ef4e38e Author: Damian Johnson atagar@torproject.org Date: Sun Jul 7 13:35:50 2013 -0700
Typo in descriptor reader pydocs
Correction from Roger. Honestly I had to look this one up. Both 'run' and 'ran' sound right when I read them to myself. Oh well, grammar is most certainly not my strong suit. --- stem/descriptor/reader.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/stem/descriptor/reader.py b/stem/descriptor/reader.py index 236c963..1723929 100644 --- a/stem/descriptor/reader.py +++ b/stem/descriptor/reader.py @@ -25,11 +25,11 @@ content. To be notified of skipped files you can register a listener with
The :class:`~stem.descriptor.reader.DescriptorReader` keeps track of the last modified timestamps for descriptor files that it has read so it can skip -unchanged files if ran again. This listing of processed files can also be +unchanged files if run again. This listing of processed files can also be persisted and applied to other :class:`~stem.descriptor.reader.DescriptorReader` instances. For example, the following prints descriptors as they're changed over the course of a minute, -and picks up where it left off if ran again... +and picks up where it left off if run again...
::
tor-commits@lists.torproject.org