Change a doc reference from .txt to .rst in a text string.

This commit is contained in:
david-sarah 2010-11-28 09:34:44 -08:00
parent ea7f59d0ac
commit d7bdf476b9

View File

@ -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