mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 23:38:18 +00:00
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:
2
CREDITS
2
CREDITS
@ -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
|
||||||
|
@ -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
|
||||||
-----------------
|
-----------------
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user