From: david-sarah Date: Sun, 28 Nov 2010 17:34:44 +0000 (-0800) Subject: Change a doc reference from .txt to .rst in a text string. X-Git-Tag: allmydata-tahoe-1.8.1~8 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=d7bdf476b93be4d0e5d5a74085b9b8d4efe8eabf;p=tahoe-lafs%2Ftahoe-lafs.git Change a doc reference from .txt to .rst in a text string. --- diff --git a/src/allmydata/node.py b/src/allmydata/node.py index 851b7bc1..7f5bf61e 100644 --- a/src/allmydata/node.py +++ b/src/allmydata/node.py @@ -36,7 +36,7 @@ PRIV_README=""" This directory contains files which contain private data for the Tahoe node, such as private keys. On Unix-like systems, the permissions on this directory are set to disallow users other than its owner from reading the contents of -the files. See the 'configuration.txt' documentation file for details.""" +the files. See the 'configuration.rst' documentation file for details.""" class _None: # used as a marker in get_config() pass