From: Zooko O'Whielacronx Date: Fri, 10 Jun 2011 12:16:56 +0000 (-0700) Subject: docs: three minor fixes X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=155d048d1714a96e4981ffc83ebe36871ff0c19c;p=tahoe-lafs%2Ftahoe-lafs.git 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 --- diff --git a/CREDITS b/CREDITS index 4c96f3ac..f1b3a222 100644 --- a/CREDITS +++ b/CREDITS @@ -128,4 +128,4 @@ E: ravi@p-static.net D: converted docs from .txt to .rst N: Josh Wilcox -D: docs +D: docs, return None from get_stats() when there aren't enough samples diff --git a/docs/quickstart.rst b/docs/quickstart.rst index efbedb90..78863ef5 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -48,8 +48,8 @@ you are using -- e.g. ending in "py2.6.exe" for Python v2.6. If using Get Tahoe-LAFS -------------- -`Download the latest stable release, v1.8.1 -`_ +`Download the latest stable release, v1.8.2 +`_ Set Up Tahoe-LAFS ----------------- diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py index 2a9820b0..e9b7af1b 100644 --- a/src/allmydata/interfaces.py +++ b/src/allmydata/interfaces.py @@ -1715,7 +1715,7 @@ class IUploader(Interface): class ICheckable(Interface): 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 ICheckResults, or None if the object is non-distributed (i.e. LIT