docs: three minor fixes

CREDITS for arc for stats tweak
fix link to .zip file in quickstart.rst (thanks to ChosenOne for noticing)
English usage tweak
This commit is contained in:
Zooko O'Whielacronx
2011-06-10 05:16:56 -07:00
parent ff136b8ed2
commit 155d048d17
3 changed files with 4 additions and 4 deletions

View File

@ -128,4 +128,4 @@ E: ravi@p-static.net
D: converted docs from .txt to .rst D: converted docs from .txt to .rst
N: Josh Wilcox N: Josh Wilcox
D: docs D: docs, return None from get_stats() when there aren't enough samples

View File

@ -48,8 +48,8 @@ you are using -- e.g. ending in "py2.6.exe" for Python v2.6. If using
Get Tahoe-LAFS Get Tahoe-LAFS
-------------- --------------
`Download the latest stable release, v1.8.1 `Download the latest stable release, v1.8.2
<http://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.8.1.zip>`_ <http://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.8.2.zip>`_
Set Up Tahoe-LAFS Set Up Tahoe-LAFS
----------------- -----------------

View File

@ -1715,7 +1715,7 @@ class IUploader(Interface):
class ICheckable(Interface): class ICheckable(Interface):
def check(monitor, verify=False, add_lease=False): def check(monitor, verify=False, add_lease=False):
"""Check upon my health, optionally repairing any problems. """Check up on my health, optionally repairing any problems.
This returns a Deferred that fires with an instance that provides This returns a Deferred that fires with an instance that provides
ICheckResults, or None if the object is non-distributed (i.e. LIT ICheckResults, or None if the object is non-distributed (i.e. LIT