From d7bdf476b93be4d0e5d5a74085b9b8d4efe8eabf Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Sun, 28 Nov 2010 09:34:44 -0800
Subject: [PATCH] Change a doc reference from .txt to .rst in a text string.

---
 src/allmydata/node.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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